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/mpc8349emitxgp.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/mpc8349emitxgp.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index 6e51d172e4f..30c68160d1b 100644 --- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts +++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts | |||
@@ -94,11 +94,10 @@ | |||
94 | }; | 94 | }; |
95 | 95 | ||
96 | mdio@24520 { | 96 | mdio@24520 { |
97 | device_type = "mdio"; | ||
98 | compatible = "gianfar"; | ||
99 | reg = <24520 20>; | ||
100 | #address-cells = <1>; | 97 | #address-cells = <1>; |
101 | #size-cells = <0>; | 98 | #size-cells = <0>; |
99 | compatible = "fsl,gianfar-mdio"; | ||
100 | reg = <24520 20>; | ||
102 | 101 | ||
103 | /* Vitesse 8201 */ | 102 | /* Vitesse 8201 */ |
104 | phy1c: ethernet-phy@1c { | 103 | phy1c: ethernet-phy@1c { |
@@ -109,7 +108,8 @@ | |||
109 | }; | 108 | }; |
110 | }; | 109 | }; |
111 | 110 | ||
112 | ethernet@24000 { | 111 | enet0: ethernet@24000 { |
112 | cell-index = <0>; | ||
113 | device_type = "network"; | 113 | device_type = "network"; |
114 | model = "TSEC"; | 114 | model = "TSEC"; |
115 | compatible = "gianfar"; | 115 | compatible = "gianfar"; |