Skip to content

Commit 99b02ab

Browse files
FlyGoattsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 21a379a commit 99b02ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/mips/boot/dts/loongson/rs780e-pch.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
reg = <0 0x1a000000 0 0x02000000>;
1919

20-
ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x00008000>,
20+
ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x0000c000>,
2121
<0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>;
2222
};
2323

2424
isa {
2525
compatible = "isa";
2626
#address-cells = <2>;
2727
#size-cells = <1>;
28-
ranges = <1 0 0 0 0x4000>;
28+
ranges = <1 0 0 0x18000000 0x4000>;
2929

3030
rtc0: rtc@70 {
3131
compatible = "motorola,mc146818";

0 commit comments

Comments
 (0)