Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=58fe255f63716a6442559fa0b3cc2506f6abf506
Commit:     58fe255f63716a6442559fa0b3cc2506f6abf506
Parent:     3120234551ebf5f6e24a23082334eb3897b5db41
Author:     Kumar Gala <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 3 03:05:58 2007 -0500
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 03:05:58 2007 -0500

    [POWERPC] Fix up interrupt senses for MPC85xx boards
    
    The PHY is active-low on the MPC85xx CDS and the 8560 ADS just had
    the wrong sense for the internal PCI and CPM interrupts.
    
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc8541cds.dts |    4 ++--
 arch/powerpc/boot/dts/mpc8548cds.dts |    8 ++++----
 arch/powerpc/boot/dts/mpc8555cds.dts |    4 ++--
 arch/powerpc/boot/dts/mpc8560ads.dts |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8541cds.dts 
b/arch/powerpc/boot/dts/mpc8541cds.dts
index c35f169..070206f 100644
--- a/arch/powerpc/boot/dts/mpc8541cds.dts
+++ b/arch/powerpc/boot/dts/mpc8541cds.dts
@@ -81,13 +81,13 @@
                        reg = <24520 20>;
                        phy0: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <0>;
                                device_type = "ethernet-phy";
                        };
                        phy1: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <1>;
                                device_type = "ethernet-phy";
                        };
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts 
b/arch/powerpc/boot/dts/mpc8548cds.dts
index 2293036..9d0b84b 100644
--- a/arch/powerpc/boot/dts/mpc8548cds.dts
+++ b/arch/powerpc/boot/dts/mpc8548cds.dts
@@ -81,25 +81,25 @@
                        reg = <24520 20>;
                        phy0: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <0>;
                                device_type = "ethernet-phy";
                        };
                        phy1: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <1>;
                                device_type = "ethernet-phy";
                        };
                        phy2: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <2>;
                                device_type = "ethernet-phy";
                        };
                        phy3: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <3>;
                                device_type = "ethernet-phy";
                        };
diff --git a/arch/powerpc/boot/dts/mpc8555cds.dts 
b/arch/powerpc/boot/dts/mpc8555cds.dts
index 9b72689..17e45d9 100644
--- a/arch/powerpc/boot/dts/mpc8555cds.dts
+++ b/arch/powerpc/boot/dts/mpc8555cds.dts
@@ -81,13 +81,13 @@
                        reg = <24520 20>;
                        phy0: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <0>;
                                device_type = "ethernet-phy";
                        };
                        phy1: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
-                               interrupts = <5 0>;
+                               interrupts = <5 1>;
                                reg = <1>;
                                device_type = "ethernet-phy";
                        };
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts 
b/arch/powerpc/boot/dts/mpc8560ads.dts
index 2d41d54..21ccaaa 100644
--- a/arch/powerpc/boot/dts/mpc8560ads.dts
+++ b/arch/powerpc/boot/dts/mpc8560ads.dts
@@ -216,7 +216,7 @@
                                         a800 0 0 4 &mpic 1 1>;
 
                        interrupt-parent = <&mpic>;
-                       interrupts = <18 0>;
+                       interrupts = <18 2>;
                        bus-range = <0 0>;
                        ranges = <02000000 0 80000000 80000000 0 20000000
                                  01000000 0 00000000 e2000000 0 01000000>;
@@ -246,7 +246,7 @@
                                interrupt-controller;
                                #address-cells = <0>;
                                #interrupt-cells = <2>;
-                               interrupts = <2e 0>;
+                               interrupts = <2e 2>;
                                interrupt-parent = <&mpic>;
                                reg = <90c00 80>;
                                built-in;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to