diff mbox

powerpc/85xx: Fix MPC8536DS 36-bit device tree

Message ID 20130410165828.ec0378afc7e7f17e8e47850e@freescale.com (mailing list archive)
State Accepted, archived
Commit f0b0b48d10a6dbc050f998f7f7b5439d1242571d
Delegated to: Kumar Gala
Headers show

Commit Message

Kim Phillips April 10, 2013, 9:58 p.m. UTC
From: Kumar Gala <galak@kernel.crashing.org>

The localbus node should be in at 0xfffe05000 not 0xffe05000.  Also
fixed the names of the localbus and pci nodes to reflect the addresses
they are actually at.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
note: this upstream submission extended to fix pci1.

 arch/powerpc/boot/dts/mpc8536ds_36b.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Kumar Gala April 11, 2013, 1:34 p.m. UTC | #1
On Apr 10, 2013, at 4:58 PM, Kim Phillips wrote:

> From: Kumar Gala <galak@kernel.crashing.org>
> 
> The localbus node should be in at 0xfffe05000 not 0xffe05000.  Also
> fixed the names of the localbus and pci nodes to reflect the addresses
> they are actually at.
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> ---
> note: this upstream submission extended to fix pci1.
> 
> arch/powerpc/boot/dts/mpc8536ds_36b.dts | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

applied to next

- k
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/mpc8536ds_36b.dts b/arch/powerpc/boot/dts/mpc8536ds_36b.dts
index f8a3b34..6c723ee 100644
--- a/arch/powerpc/boot/dts/mpc8536ds_36b.dts
+++ b/arch/powerpc/boot/dts/mpc8536ds_36b.dts
@@ -32,7 +32,7 @@ 
 		reg = <0 0 0 0>;	// Filled by U-Boot
 	};
 
-	lbc: localbus@ffe05000 {
+	lbc: localbus@fffe05000 {
 		reg = <0xf 0xffe05000 0 0x1000>;
 
 		ranges = <0x0 0x0 0xf 0xe8000000 0x08000000
@@ -44,7 +44,7 @@ 
 		ranges = <0x0 0xf 0xffe00000 0x100000>;
 	};
 
-	pci0: pci@ffe08000 {
+	pci0: pci@fffe08000 {
 		reg = <0xf 0xffe08000 0 0x1000>;
 		ranges = <0x02000000 0 0xf0000000 0xc 0x00000000 0 0x10000000
 			  0x01000000 0 0x00000000 0xf 0xffc00000 0 0x00010000>;
@@ -59,7 +59,7 @@ 
 			0x8800 0 0 4 &mpic 4 1 0 0>;
 	};
 
-	pci1: pcie@ffe09000 {
+	pci1: pcie@fffe09000 {
 		reg = <0xf 0xffe09000 0 0x1000>;
 		ranges = <0x02000000 0 0xf8000000 0xc 0x18000000 0 0x08000000
 			  0x01000000 0 0x00000000 0xf 0xffc20000 0 0x00010000>;