From: Sander Vanheule Date: Sun, 19 Jan 2025 18:34:21 +0000 (+0100) Subject: mips: dts: realtek: Correct uart interrupt-parent X-Git-Tag: v6.15-rc1~112^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31e96a0a98978da7b7561ba5eeeef751ffe840d4;p=thirdparty%2Flinux.git mips: dts: realtek: Correct uart interrupt-parent 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/realtek/rtl838x.dtsi b/arch/mips/boot/dts/realtek/rtl838x.dtsi index 21fb584e63831..e3183a71765e7 100644 --- a/arch/mips/boot/dts/realtek/rtl838x.dtsi +++ b/arch/mips/boot/dts/realtek/rtl838x.dtsi @@ -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>;