diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-12-11 05:05:10 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-16 11:25:56 -0500 |
commit | dae95c1f07a2da77d09bc3cd44b252b31c25f267 (patch) | |
tree | 751c47bdeaabe99df1bccaa6e75950d8f67e7f5c /Documentation/devicetree/bindings/marvell.txt | |
parent | aadfb32bf6d671842d0ddb897706d7cd34eb3480 (diff) |
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 'Documentation/devicetree/bindings/marvell.txt')
-rw-r--r-- | Documentation/devicetree/bindings/marvell.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/marvell.txt b/Documentation/devicetree/bindings/marvell.txt index 73a3d251acb1..a5409ca27bc2 100644 --- a/Documentation/devicetree/bindings/marvell.txt +++ b/Documentation/devicetree/bindings/marvell.txt | |||
@@ -79,7 +79,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd. | |||
79 | Required properties: | 79 | Required properties: |
80 | - #address-cells : Should be <1> | 80 | - #address-cells : Should be <1> |
81 | - #size-cells : Should be <0> | 81 | - #size-cells : Should be <0> |
82 | - device_type : Should be "mdio" | ||
83 | - compatible : Should be "marvell,mv64360-mdio" | 82 | - compatible : Should be "marvell,mv64360-mdio" |
84 | 83 | ||
85 | Example: | 84 | Example: |
@@ -87,7 +86,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd. | |||
87 | mdio { | 86 | mdio { |
88 | #address-cells = <1>; | 87 | #address-cells = <1>; |
89 | #size-cells = <0>; | 88 | #size-cells = <0>; |
90 | device_type = "mdio"; | ||
91 | compatible = "marvell,mv64360-mdio"; | 89 | compatible = "marvell,mv64360-mdio"; |
92 | 90 | ||
93 | ethernet-phy@0 { | 91 | ethernet-phy@0 { |