Message ID | 20190115110446.19077-2-l.stach@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: dts: imx8mq: properly describe IRQ hierarchy | expand |
Hi Lucas, On Tue, Jan 15, 2019 at 9:05 AM Lucas Stach <l.stach@pengutronix.de> wrote: > > The system is unable to boot without this driver being present, > as most of the peripherals are connected to this IRQ controller. > > Signed-off-by: Lucas Stach <l.stach@pengutronix.de> > --- > arch/arm64/Kconfig.platforms | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index bb0d78d1ca4d..e9ce095af6c7 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -149,6 +149,7 @@ config ARCH_MXC > select CONFIG_PM > select PM_GENERIC_DOMAINS > select IMX_GPCV2_PM_DOMAINS > + select IMX_GPCV2 This one does not apply against Shawn's tree or linux-next. Please respin it and you can add: Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index bb0d78d1ca4d..e9ce095af6c7 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -149,6 +149,7 @@ config ARCH_MXC select CONFIG_PM select PM_GENERIC_DOMAINS select IMX_GPCV2_PM_DOMAINS + select IMX_GPCV2 help This enables support for the ARMv8 based SoCs in the NXP i.MX family.
The system is unable to boot without this driver being present, as most of the peripherals are connected to this IRQ controller. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+)