aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorGravatar Jiaxun Yang <jiaxun.yang@flygoat.com> 2020-07-28 23:36:58 +0800
committerGravatar Thomas Bogendoerfer <tsbogend@alpha.franken.de> 2020-07-28 22:49:53 +0200
commit99b02abbcd59dffff464dc58aa21128705662ca5 (patch)
tree09d89fba5864b87d57ef47c367cb0f16e4bbb15b /arch/mips
parentMIPS: Loongson64: Enlarge IO_SPACE_LIMIT (diff)
downloadlinux-99b02abbcd59dffff464dc58aa21128705662ca5.tar.gz
linux-99b02abbcd59dffff464dc58aa21128705662ca5.tar.bz2
linux-99b02abbcd59dffff464dc58aa21128705662ca5.zip
MIPS: Loongson64: DTS: Fix ISA and PCI I/O ranges for RS780E PCH
Ranges should express the actual physical address on bus. Also enlarge the PCI I/O size to the actual hardware limit. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/dts/loongson/rs780e-pch.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/loongson/rs780e-pch.dtsi b/arch/mips/boot/dts/loongson/rs780e-pch.dtsi
index d4c803d74036..871c866e0423 100644
--- a/arch/mips/boot/dts/loongson/rs780e-pch.dtsi
+++ b/arch/mips/boot/dts/loongson/rs780e-pch.dtsi
@@ -17,7 +17,7 @@
reg = <0 0x1a000000 0 0x02000000>;
- ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x00008000>,
+ ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x0000c000>,
<0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>;
};
@@ -25,7 +25,7 @@
compatible = "isa";
#address-cells = <2>;
#size-cells = <1>;
- ranges = <1 0 0 0 0x4000>;
+ ranges = <1 0 0 0x18000000 0x4000>;
rtc0: rtc@70 {
compatible = "motorola,mc146818";