Swap pci1 and pci2 labels -
Per user manual, pcie1 is at a000 and pcie2 is at 9000.

Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc8536ds.dts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts 
b/arch/powerpc/boot/dts/mpc8536ds.dts
index 93fdd99..ac4233a 100644
--- a/arch/powerpc/boot/dts/mpc8536ds.dts
+++ b/arch/powerpc/boot/dts/mpc8536ds.dts
@@ -109,7 +109,7 @@
                                reg = <0x0 0x80>;
                                cell-index = <0>;
                                interrupt-parent = <&mpic>;
-                               interrupts = <14 0x2>;
+                               interrupts = <20 2>;
                        };
                        [EMAIL PROTECTED] {
                                compatible = "fsl,mpc8536-dma-channel",
@@ -117,7 +117,7 @@
                                reg = <0x80 0x80>;
                                cell-index = <1>;
                                interrupt-parent = <&mpic>;
-                               interrupts = <15 0x2>;
+                               interrupts = <21 2>;
                        };
                        [EMAIL PROTECTED] {
                                compatible = "fsl,mpc8536-dma-channel",
@@ -125,7 +125,7 @@
                                reg = <0x100 0x80>;
                                cell-index = <2>;
                                interrupt-parent = <&mpic>;
-                               interrupts = <16 0x2>;
+                               interrupts = <22 2>;
                        };
                        [EMAIL PROTECTED] {
                                compatible = "fsl,mpc8536-dma-channel",
@@ -133,7 +133,7 @@
                                reg = <0x180 0x80>;
                                cell-index = <3>;
                                interrupt-parent = <&mpic>;
-                               interrupts = <17 0x2>;
+                               interrupts = <23 2>;
                        };
                };
 
@@ -321,7 +321,7 @@
                reg = <0xffe08000 0x1000>;
        };
 
-       pci1: [EMAIL PROTECTED] {
+       pci2: [EMAIL PROTECTED] {
                cell-index = <1>;
                compatible = "fsl,mpc8548-pcie";
                device_type = "pci";
@@ -358,7 +358,7 @@
                };
        };
 
-       pci2: [EMAIL PROTECTED] {
+       pci1: [EMAIL PROTECTED] {
                cell-index = <2>;
                compatible = "fsl,mpc8548-pcie";
                device_type = "pci";
-- 
1.5.6.5

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to