Skip to content

Commit

Permalink
powerpc/85xx: Fix pci base address error for p2020rdb-pc in dts
Browse files Browse the repository at this point in the history
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Tang Yuantian authored and Kumar Gala committed Jul 26, 2012
1 parent 574ce79 commit 771e608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/p2020rdb-pc_32b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
ranges = <0x0 0x0 0xffe00000 0x100000>;
};

pci0: pcie@ffe08000 {
pci2: pcie@ffe08000 {
reg = <0 0xffe08000 0 0x1000>;
status = "disabled";
};
Expand All @@ -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>;
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/p2020rdb-pc_36b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
ranges = <0x0 0xf 0xffe00000 0x100000>;
};

pci0: pcie@fffe08000 {
pci2: pcie@fffe08000 {
reg = <0xf 0xffe08000 0 0x1000>;
status = "disabled";
};
Expand All @@ -76,7 +76,7 @@
};
};

pci2: pcie@fffe0a000 {
pci0: pcie@fffe0a000 {
reg = <0xf 0xffe0a000 0 0x1000>;
ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
0x1000000 0x0 0x00000000 0xf 0xffc00000 0x0 0x10000>;
Expand Down

0 comments on commit 771e608

Please sign in to comment.