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

MIPS: Loongson: Update dts file for RS780E

The size of ioports in the current RS780E dts file is not enough, which
sometimes causes device initialize fail. So we increase the size of ISA/
LPC ioports to 0x4000, and increase the size of PCI ioports to 0x8000.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Huacai Chen and committed by
Thomas Bogendoerfer
99433493 eef36f0e

+2 -2
+2 -2
arch/mips/boot/dts/loongson/rs780e-pch.dtsi
··· 17 17 18 18 reg = <0 0x1a000000 0 0x02000000>; 19 19 20 - ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x00004000>, 20 + ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x00008000>, 21 21 <0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>; 22 22 }; 23 23 ··· 25 25 compatible = "isa"; 26 26 #address-cells = <2>; 27 27 #size-cells = <1>; 28 - ranges = <1 0 0 0 0x1000>; 28 + ranges = <1 0 0 0 0x4000>; 29 29 30 30 rtc0: rtc@70 { 31 31 compatible = "motorola,mc146818";