On Fri, Mar 05, 2021 at 09:17:47PM +0800, Dong Aisheng wrote: > Except MX8QM pinctrl driver is missing, all other necessary drivers > for a booting are reused from MX8QXP which are already enabled > in defconfig. > > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Will Deacon <will.deacon@xxxxxxx> > Cc: Shawn Guo <shawnguo@xxxxxxxxxx> > Cc: Sascha Hauer <kernel@xxxxxxxxxxxxxx> > Cc: Fabio Estevam <fabio.estevam@xxxxxxx> > Signed-off-by: Dong Aisheng <aisheng.dong@xxxxxxx> s/mek/pinctrl in subject. Fixed it up and applied. Shawn > > --- > ChangeLog: > v3->v5: > * no changes > v2->v3: > * add more commit messages > v1->v2: > * no changes > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index f89f3a5f1d7f..acdfef77e3bf 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -492,6 +492,7 @@ CONFIG_PINCTRL_IMX8MM=y > CONFIG_PINCTRL_IMX8MN=y > CONFIG_PINCTRL_IMX8MP=y > CONFIG_PINCTRL_IMX8MQ=y > +CONFIG_PINCTRL_IMX8QM=y > CONFIG_PINCTRL_IMX8QXP=y > CONFIG_PINCTRL_IMX8DXL=y > CONFIG_PINCTRL_MSM=y > -- > 2.25.1 >