[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250119182121.3956546-1-vaishnav.a@ti.com>
Date: Sun, 19 Jan 2025 23:51:21 +0530
From: Vaishnav Achath <vaishnav.a@...com>
To: <catalin.marinas@....com>, <will@...nel.org>, <quic_bjorande@...cinc.com>,
<geert+renesas@...der.be>, <krzysztof.kozlowski@...aro.org>,
<dmitry.baryshkov@...aro.org>, <arnd@...db.de>,
<nfraprado@...labora.com>, <ebiggers@...gle.com>, <ardb@...nel.org>,
<nm@...com>, <vigneshr@...com>
CC: <linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
<nfrayer@...libre.com>, <glaroque@...libre.com>, <tglx@...utronix.de>,
<u-kumar1@...com>, <vaishnav.a@...com>
Subject: [PATCH] arm64: defconfig: Enable TISCI Interrupt Router and Aggregator
Enable TISCI Interrupt Router and Interrupt Aggregator drivers.
These IPs are found in all TI K3 SoCs like J721E, AM62X and is required
for core functionality like DMA, GPIO Interrupts which is necessary
during boot, thus make them built-in.
Signed-off-by: Vaishnav Achath <vaishnav.a@...com>
---
Previously both of these configs were selected for ARCH_K3 in respective
Kconfigs, but commit b8b26ae398c4 ("irqchip/ti-sci-inta : Add module build support")
and commit 2d95ffaecbc2 ("irqchip/ti-sci-intr: Add module build support")
in linux-next dropped this recently without adding those back in arm64
defconfig, this causes boot failure in all TI K3 platforms.
Passing bootlog with configs enabled:
https://gist.github.com/vaishnavachath/03d8d3ce0f22219643c2f4d1dd243fd1
In above run I had to revert commit ba5095ebbc7a ("mfd: syscon: Allow syscon nodes without a "syscon" compatible")
also to fix an unrelated issue.
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 246a13412bf0..f925d539d406 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1550,6 +1550,8 @@ CONFIG_PWM_VISCONTI=m
CONFIG_SL28CPLD_INTC=y
CONFIG_QCOM_PDC=y
CONFIG_QCOM_MPM=y
+CONFIG_TI_SCI_INTR_IRQCHIP=y
+CONFIG_TI_SCI_INTA_IRQCHIP=y
CONFIG_RESET_GPIO=m
CONFIG_RESET_IMX7=y
CONFIG_RESET_QCOM_AOSS=y
--
2.34.1
Powered by blists - more mailing lists