On 2/9/26 12:23 PM, David Lechner wrote: > From: Chris-QJ Chen <[email protected]> > > Add a basic defconfig for Genio 720 EVK, which is based on MT8391 SoC. > > Signed-off-by: Chris-QJ Chen <[email protected]> > Signed-off-by: Macpaul Lin <[email protected]> > Signed-off-by: David Lechner <[email protected]> > ---
... /configs/mt8391_genio_720_evk_defconfig > new file mode 100644 > index 00000000000..07e7bebd0ad > --- /dev/null > +++ b/configs/mt8391_genio_720_evk_defconfig > @@ -0,0 +1,28 @@ ... > +CONFIG_MMC_MTK=y > +CONFIG_PINCTRL=y > +CONFIG_PINCONF=y > +CONFIG_PINCTRL_MT8391=y Small mistake here. This should be CONFIG_PINCTRL_MT8189. I'll do a v2 to fix this and add the addition pinctl dts changes I mentioned in [1] as well. [1]: https://patchwork.ozlabs.org/project/uboot/cover/[email protected]/

