Commit 05a1f130 authored by Apelete Seketeli's avatar Apelete Seketeli Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-j784s4: Fix interrupt ranges for wkup & main gpio

This patch fixes the interrupt range for wakeup and main domain gpio
interrupt routers. They were wrongly subtracted by 32 instead of
following what is defined in the interrupt map in the TRM (Table 9-35).

Link:  http://www.ti.com/lit/pdf/spruj52


Fixes: 4664ebd8 ("arm64: dts: ti: Add initial support for J784S4 SoC")
Signed-off-by: default avatarApelete Seketeli <aseketeli@baylibre.com>
Signed-off-by: default avatarEsteban Blanc <eblanc@baylibre.com>
Signed-off-by: default avatarJai Luthra <j-luthra@ti.com>
Link: https://lore.kernel.org/r/20230810-tps6594-v6-4-2b2e2399e2ef@ti.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 702110c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ main_gpio_intr: interrupt-controller@a00000 {
		#interrupt-cells = <1>;
		ti,sci = <&sms>;
		ti,sci-dev-id = <10>;
		ti,interrupt-ranges = <8 360 56>;
		ti,interrupt-ranges = <8 392 56>;
	};

	main_pmx0: pinctrl@11c000 {
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ wkup_gpio_intr: interrupt-controller@42200000 {
		#interrupt-cells = <1>;
		ti,sci = <&sms>;
		ti,sci-dev-id = <177>;
		ti,interrupt-ranges = <16 928 16>;
		ti,interrupt-ranges = <16 960 16>;
	};

	/* MCU_TIMERIO pad input CTRLMMR_MCU_TIMER*_CTRL registers */