diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2012-07-13 10:27:35 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-07-26 08:09:52 -0500 |
commit | 771e6089e3638ea1e06700a9dc4660cd678e35bb (patch) | |
tree | 8b627f2d9a0e3e2581fb4692a6571eb986079835 /arch/powerpc/boot/dts/p2020rdb-pc_32b.dts | |
parent | 574ce79cea9d3fda109ffcc82f81733de4740e5c (diff) |
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>
Diffstat (limited to 'arch/powerpc/boot/dts/p2020rdb-pc_32b.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p2020rdb-pc_32b.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts b/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts index 852e5b27485d..57573bd52caa 100644 --- a/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts +++ b/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts @@ -56,7 +56,7 @@ ranges = <0x0 0x0 0xffe00000 0x100000>; }; - pci0: pcie@ffe08000 { + pci2: pcie@ffe08000 { reg = <0 0xffe08000 0 0x1000>; status = "disabled"; }; @@ -76,7 +76,7 @@ }; }; - pci2: pcie@ffe0a000 { + pci0: pcie@ffe0a000 { reg = <0 0xffe0a000 0 0x1000>; ranges = <0x2000000 0x0 0xe0000000 0 0x80000000 0x0 0x20000000 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>; |