aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8536ds.dtsi
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/mpc8536ds.dtsi
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/mpc8536ds.dtsi')
-rw-r--r--arch/powerpc/boot/dts/mpc8536ds.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dtsi b/arch/powerpc/boot/dts/mpc8536ds.dtsi
index 7c3dde84d193..937ad7e46119 100644
--- a/arch/powerpc/boot/dts/mpc8536ds.dtsi
+++ b/arch/powerpc/boot/dts/mpc8536ds.dtsi
@@ -200,12 +200,10 @@
200 phy0: ethernet-phy@0 { 200 phy0: ethernet-phy@0 {
201 interrupts = <10 0x1 0 0>; 201 interrupts = <10 0x1 0 0>;
202 reg = <0>; 202 reg = <0>;
203 device_type = "ethernet-phy";
204 }; 203 };
205 phy1: ethernet-phy@1 { 204 phy1: ethernet-phy@1 {
206 interrupts = <10 0x1 0 0>; 205 interrupts = <10 0x1 0 0>;
207 reg = <1>; 206 reg = <1>;
208 device_type = "ethernet-phy";
209 }; 207 };
210 sgmii_phy0: sgmii-phy@0 { 208 sgmii_phy0: sgmii-phy@0 {
211 interrupts = <6 1 0 0>; 209 interrupts = <6 1 0 0>;