diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-12-11 11:05:10 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-16 17:25:56 +0100 |
commit | dae95c1f07a2da77d09bc3cd44b252b31c25f267 (patch) | |
tree | 751c47bdeaabe99df1bccaa6e75950d8f67e7f5c /arch/powerpc/boot/dts/holly.dts | |
parent | dt/bindings: Remove references to linux,phandle properties (diff) | |
download | linux-dae95c1f07a2da77d09bc3cd44b252b31c25f267.tar.xz linux-dae95c1f07a2da77d09bc3cd44b252b31c25f267.zip |
dt/bindings: remove users of device_type "mdio"
device_type is a deprecated property, but some MDIO bus nodes still have
it. Except for a couple of old binding (compatible="gianfar" and
compatible="ucc_geth_phy") the kernel doesn't look for
device_type="mdio" at all.
This patch removes all instances of device_type="mdio" from the binding
documentation and the .dts files.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/holly.dts')
-rw-r--r-- | arch/powerpc/boot/dts/holly.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/holly.dts b/arch/powerpc/boot/dts/holly.dts index c6e11ebecebb..43e6f0c8e449 100644 --- a/arch/powerpc/boot/dts/holly.dts +++ b/arch/powerpc/boot/dts/holly.dts @@ -58,7 +58,6 @@ }; MDIO: mdio@6000 { - device_type = "mdio"; compatible = "tsi109-mdio", "tsi108-mdio"; reg = <0x00006000 0x00000050>; #address-cells = <1>; |