diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-24 10:40:01 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:32:56 -0500 |
commit | d0a2f82da949283027a7da6a8b2a70ada46e7b55 (patch) | |
tree | 5d1a72da88e3d30a93dbac27927269919d3f2a27 /arch/powerpc/boot/dts/mpc832x_rdb.dts | |
parent | a2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b (diff) |
ucc_geth: get rid of device_type for mdio
device_type property is bogus, thus use proper compatible.
Also change compatible property to "fsl,ucc-mdio".
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc832x_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc832x_rdb.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index 4d5cfd32cd7c..f6a86336c8e0 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts | |||
@@ -237,8 +237,7 @@ | |||
237 | #address-cells = <1>; | 237 | #address-cells = <1>; |
238 | #size-cells = <0>; | 238 | #size-cells = <0>; |
239 | reg = <3120 18>; | 239 | reg = <3120 18>; |
240 | device_type = "mdio"; | 240 | compatible = "fsl,ucc-mdio"; |
241 | compatible = "ucc_geth_phy"; | ||
242 | 241 | ||
243 | phy00:ethernet-phy@00 { | 242 | phy00:ethernet-phy@00 { |
244 | interrupt-parent = <&pic>; | 243 | interrupt-parent = <&pic>; |