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 /arch/powerpc/boot/dts/tqm8548.dts | |
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 'arch/powerpc/boot/dts/tqm8548.dts')
-rw-r--r-- | arch/powerpc/boot/dts/tqm8548.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts index 161e75eac7f7..c737caff10c7 100644 --- a/arch/powerpc/boot/dts/tqm8548.dts +++ b/arch/powerpc/boot/dts/tqm8548.dts | |||
@@ -185,31 +185,26 @@ | |||
185 | interrupt-parent = <&mpic>; | 185 | interrupt-parent = <&mpic>; |
186 | interrupts = <8 1>; | 186 | interrupts = <8 1>; |
187 | reg = <1>; | 187 | reg = <1>; |
188 | device_type = "ethernet-phy"; | ||
189 | }; | 188 | }; |
190 | phy2: ethernet-phy@1 { | 189 | phy2: ethernet-phy@1 { |
191 | interrupt-parent = <&mpic>; | 190 | interrupt-parent = <&mpic>; |
192 | interrupts = <8 1>; | 191 | interrupts = <8 1>; |
193 | reg = <2>; | 192 | reg = <2>; |
194 | device_type = "ethernet-phy"; | ||
195 | }; | 193 | }; |
196 | phy3: ethernet-phy@3 { | 194 | phy3: ethernet-phy@3 { |
197 | interrupt-parent = <&mpic>; | 195 | interrupt-parent = <&mpic>; |
198 | interrupts = <8 1>; | 196 | interrupts = <8 1>; |
199 | reg = <3>; | 197 | reg = <3>; |
200 | device_type = "ethernet-phy"; | ||
201 | }; | 198 | }; |
202 | phy4: ethernet-phy@4 { | 199 | phy4: ethernet-phy@4 { |
203 | interrupt-parent = <&mpic>; | 200 | interrupt-parent = <&mpic>; |
204 | interrupts = <8 1>; | 201 | interrupts = <8 1>; |
205 | reg = <4>; | 202 | reg = <4>; |
206 | device_type = "ethernet-phy"; | ||
207 | }; | 203 | }; |
208 | phy5: ethernet-phy@5 { | 204 | phy5: ethernet-phy@5 { |
209 | interrupt-parent = <&mpic>; | 205 | interrupt-parent = <&mpic>; |
210 | interrupts = <8 1>; | 206 | interrupts = <8 1>; |
211 | reg = <5>; | 207 | reg = <5>; |
212 | device_type = "ethernet-phy"; | ||
213 | }; | 208 | }; |
214 | tbi0: tbi-phy@11 { | 209 | tbi0: tbi-phy@11 { |
215 | reg = <0x11>; | 210 | reg = <0x11>; |