Re: [PATCH] powerpc/85xx: Fix MPC8536DS 36-bit device tree

2013-04-11 Thread Kumar Gala

On Apr 10, 2013, at 4:58 PM, Kim Phillips wrote:

> From: Kumar Gala 
> 
> 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 
> Signed-off-by: Kim Phillips 
> ---
> 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
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


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

2013-04-10 Thread Kim Phillips
From: Kumar Gala 

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 
Signed-off-by: Kim Phillips 
---
note: this upstream submission extended to fix pci1.

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

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 0xe800 0x0800
@@ -44,7 +44,7 @@
ranges = <0x0 0xf 0xffe0 0x10>;
};
 
-   pci0: pci@ffe08000 {
+   pci0: pci@fffe08000 {
reg = <0xf 0xffe08000 0 0x1000>;
ranges = <0x0200 0 0xf000 0xc 0x 0 0x1000
  0x0100 0 0x 0xf 0xffc0 0 0x0001>;
@@ -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 = <0x0200 0 0xf800 0xc 0x1800 0 0x0800
  0x0100 0 0x 0xf 0xffc2 0 0x0001>;
-- 
1.8.1.5


___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev