aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8544ds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-12-12 01:28:35 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-12-12 02:50:45 -0500
commite77b28eb199a8d637a00128b86baf515d4eba5fd (patch)
tree4bd63c9312c3ff17da778de9db7bdf07fe9644e6 /arch/powerpc/boot/dts/mpc8544ds.dts
parentec9686c4a57ea46c97126660936f66e8a5eb87eb (diff)
[POWERPC] FSL: enet device tree cleanups
* Removed address fields in ethernet nodes * Removed #address-cells, #size-cells from gianfar nodes * Added cell-index to gianfar and ucc ethernet nodes * Added enet[0..3] labels * Renamed compatible node for gianfar mdio to "fsl,gianfar-mdio" * Removed device_type = "mdio" The matching for gianfar mdio still supports the old "mdio"/"gianfar" combo but it is now considered deprecated. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8544ds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8544ds.dts14
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts
index a81eccae17a8..a98c46e00f80 100644
--- a/arch/powerpc/boot/dts/mpc8544ds.dts
+++ b/arch/powerpc/boot/dts/mpc8544ds.dts
@@ -88,9 +88,9 @@
88 mdio@24520 { 88 mdio@24520 {
89 #address-cells = <1>; 89 #address-cells = <1>;
90 #size-cells = <0>; 90 #size-cells = <0>;
91 device_type = "mdio"; 91 compatible = "fsl,gianfar-mdio";
92 compatible = "gianfar";
93 reg = <24520 20>; 92 reg = <24520 20>;
93
94 phy0: ethernet-phy@0 { 94 phy0: ethernet-phy@0 {
95 interrupt-parent = <&mpic>; 95 interrupt-parent = <&mpic>;
96 interrupts = <a 1>; 96 interrupts = <a 1>;
@@ -105,9 +105,8 @@
105 }; 105 };
106 }; 106 };
107 107
108 ethernet@24000 { 108 enet0: ethernet@24000 {
109 #address-cells = <1>; 109 cell-index = <0>;
110 #size-cells = <0>;
111 device_type = "network"; 110 device_type = "network";
112 model = "TSEC"; 111 model = "TSEC";
113 compatible = "gianfar"; 112 compatible = "gianfar";
@@ -119,9 +118,8 @@
119 phy-connection-type = "rgmii-id"; 118 phy-connection-type = "rgmii-id";
120 }; 119 };
121 120
122 ethernet@26000 { 121 enet1: ethernet@26000 {
123 #address-cells = <1>; 122 cell-index = <1>;
124 #size-cells = <0>;
125 device_type = "network"; 123 device_type = "network";
126 model = "TSEC"; 124 model = "TSEC";
127 compatible = "gianfar"; 125 compatible = "gianfar";