Message ID | 1563290089-11085-16-git-send-email-aisheng.dong@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: imx8: architecture improvement and adding imx8qm support | expand |
Hi Dong, On Tue, Jul 16, 2019 at 12:38 PM Dong Aisheng <aisheng.dong@nxp.com> wrote: > > add imx8qm mek support The Subject and commit log does not match with the patch content.
> From: Fabio Estevam <festevam@gmail.com> > Sent: Wednesday, July 17, 2019 3:25 AM > > Hi Dong, > > On Tue, Jul 16, 2019 at 12:38 PM Dong Aisheng <aisheng.dong@nxp.com> > wrote: > > > > add imx8qm mek support > > The Subject and commit log does not match with the patch content. Because mx8qm shares the most things from mx8qxp which has already been enabled in defconfig. The only one left is pinctrl driver. I would update the title a bit to be more specific in next version. Regards Aisheng
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 253bcbd..714cedc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -376,6 +376,7 @@ CONFIG_PINCTRL_SINGLE=y CONFIG_PINCTRL_MAX77620=y CONFIG_PINCTRL_IMX8MM=y CONFIG_PINCTRL_IMX8MQ=y +CONFIG_PINCTRL_IMX8QM=y CONFIG_PINCTRL_IMX8QXP=y CONFIG_PINCTRL_IPQ8074=y CONFIG_PINCTRL_MSM8916=y
add imx8qm mek support Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)