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/gef_sbc610.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/gef_sbc610.dts')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index d5341f5741aa..5db3399b76b7 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -290,13 +290,11 @@ | |||
290 | interrupt-parent = <&gef_pic>; | 290 | interrupt-parent = <&gef_pic>; |
291 | interrupts = <0x9 0x4>; | 291 | interrupts = <0x9 0x4>; |
292 | reg = <1>; | 292 | reg = <1>; |
293 | device_type = "ethernet-phy"; | ||
294 | }; | 293 | }; |
295 | phy2: ethernet-phy@2 { | 294 | phy2: ethernet-phy@2 { |
296 | interrupt-parent = <&gef_pic>; | 295 | interrupt-parent = <&gef_pic>; |
297 | interrupts = <0x8 0x4>; | 296 | interrupts = <0x8 0x4>; |
298 | reg = <3>; | 297 | reg = <3>; |
299 | device_type = "ethernet-phy"; | ||
300 | }; | 298 | }; |
301 | tbi0: tbi-phy@11 { | 299 | tbi0: tbi-phy@11 { |
302 | reg = <0x11>; | 300 | reg = <0x11>; |