Skip to content

Commit 31e96a0

Browse files
svanheuletsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 8e64481 commit 31e96a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/mips/boot/dts/realtek/rtl838x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
clock-frequency = <200000000>;
4848

49-
interrupt-parent = <&cpuintc>;
49+
interrupt-parent = <&intc>;
5050
interrupts = <31>;
5151

5252
reg-io-width = <1>;
@@ -63,7 +63,7 @@
6363

6464
clock-frequency = <200000000>;
6565

66-
interrupt-parent = <&cpuintc>;
66+
interrupt-parent = <&intc>;
6767
interrupts = <30>;
6868

6969
reg-io-width = <1>;

0 commit comments

Comments
 (0)