diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-12-11 04:47:52 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-16 06:11:51 -0500 |
commit | 40aad3c1a9b63a044bdae25be26fa0daaf676622 (patch) | |
tree | 830742e4c69176bdb2d3aef9b1df4d235eca162e /Documentation/devicetree/bindings/marvell.txt | |
parent | d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc (diff) |
dt/bindings: Remove all references to device_type "ethernet-phy"
The device_type property is deprecated for the flattened device tree and
the value "ethernet-phy" has never been defined as having a useful
meaning. Neither the kernel nor u-boot depend on it. It should never
have appeared in PHY bindings. This patch removes all references to
"ethernet-phy" as a device_type value from the documentation and the
.dts files.
This patch was generated mechanically with the following command and
then verified by looking at the diff.
sed -i '/"ethernet-phy"/d' `git grep -l '"ethernet-phy"'`
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
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: Florian Fainelli <f.fainelli@gmail.com>
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 f7a0da6b4022..73a3d251acb1 100644 --- a/Documentation/devicetree/bindings/marvell.txt +++ b/Documentation/devicetree/bindings/marvell.txt | |||
@@ -159,7 +159,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd. | |||
159 | c) Marvell Discovery PHY nodes | 159 | c) Marvell Discovery PHY nodes |
160 | 160 | ||
161 | Required properties: | 161 | Required properties: |
162 | - device_type : Should be "ethernet-phy" | ||
163 | - interrupts : <a> where a is the interrupt number for this phy. | 162 | - interrupts : <a> where a is the interrupt number for this phy. |
164 | - interrupt-parent : the phandle for the interrupt controller that | 163 | - interrupt-parent : the phandle for the interrupt controller that |
165 | services interrupts for this device. | 164 | services interrupts for this device. |
@@ -167,7 +166,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd. | |||
167 | 166 | ||
168 | Example Discovery PHY node: | 167 | Example Discovery PHY node: |
169 | ethernet-phy@1 { | 168 | ethernet-phy@1 { |
170 | device_type = "ethernet-phy"; | ||
171 | compatible = "broadcom,bcm5421"; | 169 | compatible = "broadcom,bcm5421"; |
172 | interrupts = <76>; /* GPP 12 */ | 170 | interrupts = <76>; /* GPP 12 */ |
173 | interrupt-parent = <&PIC>; | 171 | interrupt-parent = <&PIC>; |