diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 01:28:35 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-12 02:50:45 -0500 |
commit | e77b28eb199a8d637a00128b86baf515d4eba5fd (patch) | |
tree | 4bd63c9312c3ff17da778de9db7bdf07fe9644e6 /arch/powerpc/boot/dts/mpc8572ds.dts | |
parent | ec9686c4a57ea46c97126660936f66e8a5eb87eb (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/mpc8572ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 91d15e8de9b5..c2a8ffa61f8c 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
@@ -93,9 +93,9 @@ | |||
93 | mdio@24520 { | 93 | mdio@24520 { |
94 | #address-cells = <1>; | 94 | #address-cells = <1>; |
95 | #size-cells = <0>; | 95 | #size-cells = <0>; |
96 | device_type = "mdio"; | 96 | compatible = "fsl,gianfar-mdio"; |
97 | compatible = "gianfar"; | ||
98 | reg = <24520 20>; | 97 | reg = <24520 20>; |
98 | |||
99 | phy0: ethernet-phy@0 { | 99 | phy0: ethernet-phy@0 { |
100 | interrupt-parent = <&mpic>; | 100 | interrupt-parent = <&mpic>; |
101 | interrupts = <a 1>; | 101 | interrupts = <a 1>; |
@@ -118,9 +118,8 @@ | |||
118 | }; | 118 | }; |
119 | }; | 119 | }; |
120 | 120 | ||
121 | ethernet@24000 { | 121 | enet0: ethernet@24000 { |
122 | #address-cells = <1>; | 122 | cell-index = <0>; |
123 | #size-cells = <0>; | ||
124 | device_type = "network"; | 123 | device_type = "network"; |
125 | model = "eTSEC"; | 124 | model = "eTSEC"; |
126 | compatible = "gianfar"; | 125 | compatible = "gianfar"; |
@@ -132,9 +131,8 @@ | |||
132 | phy-connection-type = "rgmii-id"; | 131 | phy-connection-type = "rgmii-id"; |
133 | }; | 132 | }; |
134 | 133 | ||
135 | ethernet@25000 { | 134 | enet1: ethernet@25000 { |
136 | #address-cells = <1>; | 135 | cell-index = <1>; |
137 | #size-cells = <0>; | ||
138 | device_type = "network"; | 136 | device_type = "network"; |
139 | model = "eTSEC"; | 137 | model = "eTSEC"; |
140 | compatible = "gianfar"; | 138 | compatible = "gianfar"; |
@@ -146,9 +144,8 @@ | |||
146 | phy-connection-type = "rgmii-id"; | 144 | phy-connection-type = "rgmii-id"; |
147 | }; | 145 | }; |
148 | 146 | ||
149 | ethernet@26000 { | 147 | enet2: ethernet@26000 { |
150 | #address-cells = <1>; | 148 | cell-index = <2>; |
151 | #size-cells = <0>; | ||
152 | device_type = "network"; | 149 | device_type = "network"; |
153 | model = "eTSEC"; | 150 | model = "eTSEC"; |
154 | compatible = "gianfar"; | 151 | compatible = "gianfar"; |
@@ -160,9 +157,8 @@ | |||
160 | phy-connection-type = "rgmii-id"; | 157 | phy-connection-type = "rgmii-id"; |
161 | }; | 158 | }; |
162 | 159 | ||
163 | ethernet@27000 { | 160 | enet3: ethernet@27000 { |
164 | #address-cells = <1>; | 161 | cell-index = <3>; |
165 | #size-cells = <0>; | ||
166 | device_type = "network"; | 162 | device_type = "network"; |
167 | model = "eTSEC"; | 163 | model = "eTSEC"; |
168 | compatible = "gianfar"; | 164 | compatible = "gianfar"; |