]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mips: dts: realtek: Correct uart interrupt-parent
authorSander Vanheule <sander@svanheule.net>
Sun, 19 Jan 2025 18:34:21 +0000 (19:34 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 21 Feb 2025 14:10:15 +0000 (15:10 +0100)
The uart interrupts on RTL838x chips do not lead to the CPU's interrupt
controller directly, but passes via the SoC interrupt controller. Update
the interrupt-parent property to fix this.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/realtek/rtl838x.dtsi

index 21fb584e63831264b5b33b72df5b5c0379abaf19..e3183a71765e70d0bc860723f725dc7dc6834dd1 100644 (file)
@@ -46,7 +46,7 @@
 
                        clock-frequency = <200000000>;
 
-                       interrupt-parent = <&cpuintc>;
+                       interrupt-parent = <&intc>;
                        interrupts = <31>;
 
                        reg-io-width = <1>;
@@ -63,7 +63,7 @@
 
                        clock-frequency = <200000000>;
 
-                       interrupt-parent = <&cpuintc>;
+                       interrupt-parent = <&intc>;
                        interrupts = <30>;
 
                        reg-io-width = <1>;