linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] soc: imx: select ARM_GIC_V3 for i.MX8M
@ 2020-07-10  1:43 peng.fan
  2020-07-13  8:42 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: peng.fan @ 2020-07-10  1:43 UTC (permalink / raw)
  To: shawnguo, s.hauer, aisheng.dong
  Cc: kernel, festevam, linux-arm-kernel, linux-imx, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.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@arndb.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

V2:
 Select GIC V3 when ARCH_MXC is selected to avoid compile test error
 https://patchwork.kernel.org/patch/11516553/#23321403

 drivers/soc/imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index d515d2cc20ed..7da10bc99d21 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -22,6 +22,7 @@ config SOC_IMX8M
 	depends on ARCH_MXC || COMPILE_TEST
 	default ARCH_MXC && ARM64
 	select SOC_BUS
+	select ARM_GIC_V3 if ARCH_MXC
 	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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V2] soc: imx: select ARM_GIC_V3 for i.MX8M
  2020-07-10  1:43 [PATCH V2] soc: imx: select ARM_GIC_V3 for i.MX8M peng.fan
@ 2020-07-13  8:42 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-07-13  8:42 UTC (permalink / raw)
  To: peng.fan
  Cc: s.hauer, aisheng.dong, kernel, festevam, linux-arm-kernel,
	linux-imx, linux-kernel

On Fri, Jul 10, 2020 at 09:43:53AM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.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@arndb.de>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-13  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10  1:43 [PATCH V2] soc: imx: select ARM_GIC_V3 for i.MX8M peng.fan
2020-07-13  8:42 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).