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

powerpc/85xx: Fix pci base address error for p2020rdb-pc in dts

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by

Tang Yuantian and committed by
Kumar Gala
771e6089 574ce79c

+4 -4
+2 -2
arch/powerpc/boot/dts/p2020rdb-pc_32b.dts
··· 56 56 ranges = <0x0 0x0 0xffe00000 0x100000>; 57 57 }; 58 58 59 - pci0: pcie@ffe08000 { 59 + pci2: pcie@ffe08000 { 60 60 reg = <0 0xffe08000 0 0x1000>; 61 61 status = "disabled"; 62 62 }; ··· 76 76 }; 77 77 }; 78 78 79 - pci2: pcie@ffe0a000 { 79 + pci0: pcie@ffe0a000 { 80 80 reg = <0 0xffe0a000 0 0x1000>; 81 81 ranges = <0x2000000 0x0 0xe0000000 0 0x80000000 0x0 0x20000000 82 82 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
+2 -2
arch/powerpc/boot/dts/p2020rdb-pc_36b.dts
··· 56 56 ranges = <0x0 0xf 0xffe00000 0x100000>; 57 57 }; 58 58 59 - pci0: pcie@fffe08000 { 59 + pci2: pcie@fffe08000 { 60 60 reg = <0xf 0xffe08000 0 0x1000>; 61 61 status = "disabled"; 62 62 }; ··· 76 76 }; 77 77 }; 78 78 79 - pci2: pcie@fffe0a000 { 79 + pci0: pcie@fffe0a000 { 80 80 reg = <0xf 0xffe0a000 0 0x1000>; 81 81 ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000 82 82 0x1000000 0x0 0x00000000 0xf 0xffc00000 0x0 0x10000>;