[PATCH 2/5] arm64: dts: ti: k3-am62p: Fix ESM interrupt sources
Judith Mendez
jm at ti.com
Tue Aug 6 14:46:01 PDT 2024
Fix interrupt sources routed to the ESM0 as per [0], in
10.4.7 ESM0_INTERRUPT_MAP.
[0] https://www.ti.com/lit/ug/spruj83/spruj83.pdf
Fixes: b5080c7c1f7e ("arm64: dts: ti: k3-am62p: Add nodes for more IPs")
Signed-off-by: Judith Mendez <jm at ti.com>
---
arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
index 9701fc69aed94..dc401290f13dd 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
@@ -260,7 +260,7 @@ main_pmx0: pinctrl at f4000 {
main_esm: esm at 420000 {
compatible = "ti,j721e-esm";
reg = <0x00 0x420000 0x00 0x1000>;
- ti,esm-pins = <160>, <161>, <162>, <163>, <177>, <178>;
+ ti,esm-pins = <224>, <225>, <227>, <241>, <242>, <248>;
bootph-pre-ram;
};
--
2.45.2
More information about the linux-arm-kernel
mailing list