[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DB6PR0402MB2760A8B8622129C856EE170988AD0@DB6PR0402MB2760.eurprd04.prod.outlook.com>
Date: Wed, 29 Apr 2020 09:51:02 +0000
From: Peng Fan <peng.fan@....com>
To: "shawnguo@...nel.org" <shawnguo@...nel.org>,
"s.hauer@...gutronix.de" <s.hauer@...gutronix.de>
CC: "kernel@...gutronix.de" <kernel@...gutronix.de>,
"festevam@...il.com" <festevam@...il.com>,
dl-linux-imx <linux-imx@....com>,
Anson Huang <anson.huang@....com>,
Leonard Crestez <leonard.crestez@....com>,
Abel Vesa <abel.vesa@....com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M
Hi Shawn,
> Subject: [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M
Forget to use v2 and mention that this is resend
https://patchwork.kernel.org/patch/11435941/
If you need v2, I could resend with v2.
Thanks,
Peng.
>
> From: Peng Fan <peng.fan@....com>
>
> Select ARM_GIC_V3, then it is able to use gic v3 driver in aarch32 mode linux
> on aarch64 hardware. For aarch64 mode, it not hurts to select ARM_GIC_V3.
>
> Acked-by: Arnd Bergmann <arnd@...db.de>
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
> drivers/soc/imx/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index
> 67aa94b2481b..f4006b784312 100644
> --- a/drivers/soc/imx/Kconfig
> +++ b/drivers/soc/imx/Kconfig
> @@ -20,7 +20,8 @@ config IMX_SCU_SOC
> config SOC_IMX8M
> bool "i.MX8M SoC family support"
> depends on ARCH_MXC || COMPILE_TEST
> - default ARCH_MXC && ARM64
> + default ARCH_MXC
> + select ARM_GIC_V3
> help
> If you say yes here you get support for the NXP i.MX8M family
> support, it will provide the SoC info like SoC family,
> --
> 2.16.4
Powered by blists - more mailing lists