Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a6ea8bef14064ec6b5f9cf3d4ce2f81b73a9bb0
Commit:     0a6ea8bef14064ec6b5f9cf3d4ce2f81b73a9bb0
Parent:     cdb159af9dc345814832438b3df9220a5fe362e6
Author:     Stefan Roese <[EMAIL PROTECTED]>
AuthorDate: Sat Dec 1 21:25:00 2007 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Sun Dec 23 13:31:26 2007 -0600

    [POWERPC] 4xx: Change Kilauea dts to support new EMAC device tree properties
    
    The recent changes from Benjamin Herrenschmidt to the ibm_newemac now
    make it possible to support other 4xx variants by just defining the
    correct properties in the device tree. In this case of the 405EX we
    need to define "has-mdio" in the RGMII node and "has-inverted-stacr-oc"
    and "has-new-stacr-staopc" in the EMAC node same as on the 440EPx.
    
    Signed-off-by: Stefan Roese <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/kilauea.dts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/kilauea.dts 
b/arch/powerpc/boot/dts/kilauea.dts
index c824e8f..b090940 100644
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
@@ -194,6 +194,7 @@
                                device_type = "rgmii-interface";
                                compatible = "ibm,rgmii-405ex", "ibm,rgmii";
                                reg = <ef600b00 104>;
+                               has-mdio;
                        };
 
                        EMAC0: [EMAIL PROTECTED] {
@@ -220,6 +221,8 @@
                                phy-map = <00000000>;
                                rgmii-device = <&RGMII0>;
                                rgmii-channel = <0>;
+                               has-inverted-stacr-oc;
+                               has-new-stacr-staopc;
                        };
 
                        EMAC1: [EMAIL PROTECTED] {
@@ -246,6 +249,8 @@
                                phy-map = <00000000>;
                                rgmii-device = <&RGMII0>;
                                rgmii-channel = <1>;
+                               has-inverted-stacr-oc;
+                               has-new-stacr-staopc;
                        };
                };
        };
-
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