aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-12-01 05:25:00 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:31:26 -0500
commit0a6ea8bef14064ec6b5f9cf3d4ce2f81b73a9bb0 (patch)
tree12c4781b400f37f0c5279b0055d06e099bd28faf
parentcdb159af9dc345814832438b3df9220a5fe362e6 (diff)
[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 <sr@denx.de> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
-rw-r--r--arch/powerpc/boot/dts/kilauea.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/kilauea.dts b/arch/powerpc/boot/dts/kilauea.dts
index c824e8f06454..b090940ed410 100644
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
@@ -194,6 +194,7 @@
194 device_type = "rgmii-interface"; 194 device_type = "rgmii-interface";
195 compatible = "ibm,rgmii-405ex", "ibm,rgmii"; 195 compatible = "ibm,rgmii-405ex", "ibm,rgmii";
196 reg = <ef600b00 104>; 196 reg = <ef600b00 104>;
197 has-mdio;
197 }; 198 };
198 199
199 EMAC0: ethernet@ef600900 { 200 EMAC0: ethernet@ef600900 {
@@ -220,6 +221,8 @@
220 phy-map = <00000000>; 221 phy-map = <00000000>;
221 rgmii-device = <&RGMII0>; 222 rgmii-device = <&RGMII0>;
222 rgmii-channel = <0>; 223 rgmii-channel = <0>;
224 has-inverted-stacr-oc;
225 has-new-stacr-staopc;
223 }; 226 };
224 227
225 EMAC1: ethernet@ef600a00 { 228 EMAC1: ethernet@ef600a00 {
@@ -246,6 +249,8 @@
246 phy-map = <00000000>; 249 phy-map = <00000000>;
247 rgmii-device = <&RGMII0>; 250 rgmii-device = <&RGMII0>;
248 rgmii-channel = <1>; 251 rgmii-channel = <1>;
252 has-inverted-stacr-oc;
253 has-new-stacr-staopc;
249 }; 254 };
250 }; 255 };
251 }; 256 };