[PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled

Priyanka Jain priyanka.jain at nxp.com
Tue Apr 20 07:24:59 CEST 2021


>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Wasim Khan
>Sent: Monday, March 8, 2021 9:18 PM
>To: sjg at chromium.org; bmeng.cn at gmail.com; mario.six at gdsys.cc;
>bharat.gooty at broadcom.com; rayagonda.kokatanur at broadcom.com; t-
>kristo at ti.com; Varun Sethi <V.Sethi at nxp.com>
>Cc: u-boot at lists.denx.de; Wasim Khan <wasim.khan at nxp.com>; Z.q. Hou
><zhiqiang.hou at nxp.com>
>Subject: [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when
>GIC_V3_ITS is enabled
>
>From: Wasim Khan <wasim.khan at nxp.com>
>
>GIC_V3_ITS uses UCLASS_IRQ driver. Update Kconfig to select IRQ when
>GIC_V3_ITS is enabled.
>
>Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
>Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
>Reviewed-by: Simon Glass <sjg at chromium.org>
>---
>Changes in v2:
> - no change
>
> arch/arm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index
>fbe90875ae..f8b4d422d9 100644
>--- a/arch/arm/Kconfig
>+++ b/arch/arm/Kconfig
>@@ -67,6 +67,7 @@ config GIC_V3_ITS
> 	bool "ARM GICV3 ITS"
> 	select REGMAP
> 	select SYSCON
>+	select IRQ
> 	help
> 	  ARM GICV3 Interrupt translation service (ITS).
> 	  Basic support for programming locality specific peripheral
>--
>2.25.1

Reviewed-by: Priyanka Jain <priyanka.jain at nxp.com>

Tom,

Kindly help to merge this patch.
This is required to fix boot issue on many of NXP fsl-qoriq platforms like lx2160ardb.

Thanks
Priyanka



More information about the U-Boot mailing list