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: loongson: Fix ls2k1000-rtc interrupt

The correct interrupt line for RTC is line 8 on liointc1.

Fixes: e47084e116fc ("MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000")
Cc: stable@vger.kernel.org
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
f70fd92d dbb69b9d

+2 -2
+2 -2
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
··· 92 92 rtc0: rtc@1fe07800 { 93 93 compatible = "loongson,ls2k1000-rtc"; 94 94 reg = <0 0x1fe07800 0 0x78>; 95 - interrupt-parent = <&liointc0>; 96 - interrupts = <60 IRQ_TYPE_LEVEL_HIGH>; 95 + interrupt-parent = <&liointc1>; 96 + interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; 97 97 }; 98 98 99 99 uart0: serial@1fe00000 {