aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8560ads.dts
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2013-12-11 04:47:52 -0500
committerGrant Likely <grant.likely@linaro.org>2014-01-16 06:11:51 -0500
commit40aad3c1a9b63a044bdae25be26fa0daaf676622 (patch)
tree830742e4c69176bdb2d3aef9b1df4d235eca162e /arch/powerpc/boot/dts/mpc8560ads.dts
parentd6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc (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/mpc8560ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8560ads.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts
index 1a43f5a968f5..0d70921d6125 100644
--- a/arch/powerpc/boot/dts/mpc8560ads.dts
+++ b/arch/powerpc/boot/dts/mpc8560ads.dts
@@ -154,25 +154,21 @@
154 interrupt-parent = <&mpic>; 154 interrupt-parent = <&mpic>;
155 interrupts = <5 1>; 155 interrupts = <5 1>;
156 reg = <0x0>; 156 reg = <0x0>;
157 device_type = "ethernet-phy";
158 }; 157 };
159 phy1: ethernet-phy@1 { 158 phy1: ethernet-phy@1 {
160 interrupt-parent = <&mpic>; 159 interrupt-parent = <&mpic>;
161 interrupts = <5 1>; 160 interrupts = <5 1>;
162 reg = <0x1>; 161 reg = <0x1>;
163 device_type = "ethernet-phy";
164 }; 162 };
165 phy2: ethernet-phy@2 { 163 phy2: ethernet-phy@2 {
166 interrupt-parent = <&mpic>; 164 interrupt-parent = <&mpic>;
167 interrupts = <7 1>; 165 interrupts = <7 1>;
168 reg = <0x2>; 166 reg = <0x2>;
169 device_type = "ethernet-phy";
170 }; 167 };
171 phy3: ethernet-phy@3 { 168 phy3: ethernet-phy@3 {
172 interrupt-parent = <&mpic>; 169 interrupt-parent = <&mpic>;
173 interrupts = <7 1>; 170 interrupts = <7 1>;
174 reg = <0x3>; 171 reg = <0x3>;
175 device_type = "ethernet-phy";
176 }; 172 };
177 tbi0: tbi-phy@11 { 173 tbi0: tbi-phy@11 {
178 reg = <0x11>; 174 reg = <0x11>;