diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-24 16:40:01 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 15:32:56 +0100 |
commit | d0a2f82da949283027a7da6a8b2a70ada46e7b55 (patch) | |
tree | 5d1a72da88e3d30a93dbac27927269919d3f2a27 /arch/powerpc/boot/dts/mpc8568mds.dts | |
parent | [POWERPC] QE: get rid of most device_types and model (diff) | |
download | linux-d0a2f82da949283027a7da6a8b2a70ada46e7b55.tar.xz linux-d0a2f82da949283027a7da6a8b2a70ada46e7b55.zip |
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/mpc8568mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8568mds.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 04f5c6f68256..692d5bd81e70 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts @@ -357,7 +357,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <2120 18>; - compatible = "ucc_geth_phy"; + compatible = "fsl,ucc-mdio"; /* These are the same PHYs as on * gianfar's MDIO bus */ |