Skip to content

Commit 223d9ac

Browse files
Keerthyjnmenon
authored andcommitted
arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for wkup_gpioX instances
The interrupt-parent for wkup_gpioX instances are wrongly assigned as main_gpio_intr instead of wkup_gpio_intr. Fix it. Fixes: b8545f9 ("arm64: dts: ti: Add initial support for J721S2 SoC") Signed-off-by: Keerthy <[email protected]> Signed-off-by: Aswath Govindraju <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Kishon Vijay Abraham I <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2aeb069 commit 223d9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
reg = <0x00 0x42110000 0x00 0x100>;
109109
gpio-controller;
110110
#gpio-cells = <2>;
111-
interrupt-parent = <&main_gpio_intr>;
111+
interrupt-parent = <&wkup_gpio_intr>;
112112
interrupts = <103>, <104>, <105>, <106>, <107>, <108>;
113113
interrupt-controller;
114114
#interrupt-cells = <2>;
@@ -124,7 +124,7 @@
124124
reg = <0x00 0x42100000 0x00 0x100>;
125125
gpio-controller;
126126
#gpio-cells = <2>;
127-
interrupt-parent = <&main_gpio_intr>;
127+
interrupt-parent = <&wkup_gpio_intr>;
128128
interrupts = <112>, <113>, <114>, <115>, <116>, <117>;
129129
interrupt-controller;
130130
#interrupt-cells = <2>;

0 commit comments

Comments
 (0)