Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <sander@svanheule.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Sander Vanheule and committed by
Thomas Bogendoerfer
31e96a0a 8e644816

+2 -2
+2 -2
arch/mips/boot/dts/realtek/rtl838x.dtsi
··· 46 46 47 47 clock-frequency = <200000000>; 48 48 49 - interrupt-parent = <&cpuintc>; 49 + interrupt-parent = <&intc>; 50 50 interrupts = <31>; 51 51 52 52 reg-io-width = <1>; ··· 63 63 64 64 clock-frequency = <200000000>; 65 65 66 - interrupt-parent = <&cpuintc>; 66 + interrupt-parent = <&intc>; 67 67 interrupts = <30>; 68 68 69 69 reg-io-width = <1>;