aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2013-12-11 05:05:10 -0500
committerGrant Likely <grant.likely@linaro.org>2014-01-16 11:25:56 -0500
commitdae95c1f07a2da77d09bc3cd44b252b31c25f267 (patch)
tree751c47bdeaabe99df1bccaa6e75950d8f67e7f5c /arch/powerpc/boot/dts
parentaadfb32bf6d671842d0ddb897706d7cd34eb3480 (diff)
dt/bindings: remove users of device_type "mdio"
device_type is a deprecated property, but some MDIO bus nodes still have it. Except for a couple of old binding (compatible="gianfar" and compatible="ucc_geth_phy") the kernel doesn't look for device_type="mdio" at all. This patch removes all instances of device_type="mdio" from the binding documentation and the .dts files. Signed-off-by: Grant Likely <grant.likely@linaro.org> 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/ep8248e.dts1
-rw-r--r--arch/powerpc/boot/dts/holly.dts1
-rw-r--r--arch/powerpc/boot/dts/mpc7448hpc2.dts1
-rw-r--r--arch/powerpc/boot/dts/mpc8272ads.dts1
-rw-r--r--arch/powerpc/boot/dts/pq2fads.dts1
-rw-r--r--arch/powerpc/boot/dts/prpmc2800.dts1
6 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/ep8248e.dts b/arch/powerpc/boot/dts/ep8248e.dts
index 244934fa2419..8b3a49f34f5a 100644
--- a/arch/powerpc/boot/dts/ep8248e.dts
+++ b/arch/powerpc/boot/dts/ep8248e.dts
@@ -67,7 +67,6 @@
67 ranges; 67 ranges;
68 68
69 mdio { 69 mdio {
70 device_type = "mdio";
71 compatible = "fsl,ep8248e-mdio-bitbang"; 70 compatible = "fsl,ep8248e-mdio-bitbang";
72 #address-cells = <1>; 71 #address-cells = <1>;
73 #size-cells = <0>; 72 #size-cells = <0>;
diff --git a/arch/powerpc/boot/dts/holly.dts b/arch/powerpc/boot/dts/holly.dts
index c6e11ebecebb..43e6f0c8e449 100644
--- a/arch/powerpc/boot/dts/holly.dts
+++ b/arch/powerpc/boot/dts/holly.dts
@@ -58,7 +58,6 @@
58 }; 58 };
59 59
60 MDIO: mdio@6000 { 60 MDIO: mdio@6000 {
61 device_type = "mdio";
62 compatible = "tsi109-mdio", "tsi108-mdio"; 61 compatible = "tsi109-mdio", "tsi108-mdio";
63 reg = <0x00006000 0x00000050>; 62 reg = <0x00006000 0x00000050>;
64 #address-cells = <1>; 63 #address-cells = <1>;
diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts
index 2544f3ecd6e9..20a0d22df473 100644
--- a/arch/powerpc/boot/dts/mpc7448hpc2.dts
+++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts
@@ -68,7 +68,6 @@
68 }; 68 };
69 69
70 MDIO: mdio@6000 { 70 MDIO: mdio@6000 {
71 device_type = "mdio";
72 compatible = "tsi108-mdio"; 71 compatible = "tsi108-mdio";
73 reg = <0x6000 0x50>; 72 reg = <0x6000 0x50>;
74 #address-cells = <1>; 73 #address-cells = <1>;
diff --git a/arch/powerpc/boot/dts/mpc8272ads.dts b/arch/powerpc/boot/dts/mpc8272ads.dts
index 0c92de74d065..6d2cddf64cfd 100644
--- a/arch/powerpc/boot/dts/mpc8272ads.dts
+++ b/arch/powerpc/boot/dts/mpc8272ads.dts
@@ -182,7 +182,6 @@
182 }; 182 };
183 183
184 mdio@10d40 { 184 mdio@10d40 {
185 device_type = "mdio";
186 compatible = "fsl,mpc8272ads-mdio-bitbang", 185 compatible = "fsl,mpc8272ads-mdio-bitbang",
187 "fsl,mpc8272-mdio-bitbang", 186 "fsl,mpc8272-mdio-bitbang",
188 "fsl,cpm2-mdio-bitbang"; 187 "fsl,cpm2-mdio-bitbang";
diff --git a/arch/powerpc/boot/dts/pq2fads.dts b/arch/powerpc/boot/dts/pq2fads.dts
index 9d065cdeb5eb..0c525ff0c257 100644
--- a/arch/powerpc/boot/dts/pq2fads.dts
+++ b/arch/powerpc/boot/dts/pq2fads.dts
@@ -198,7 +198,6 @@
198 }; 198 };
199 199
200 mdio@10d40 { 200 mdio@10d40 {
201 device_type = "mdio";
202 compatible = "fsl,pq2fads-mdio-bitbang", 201 compatible = "fsl,pq2fads-mdio-bitbang",
203 "fsl,mpc8280-mdio-bitbang", 202 "fsl,mpc8280-mdio-bitbang",
204 "fsl,cpm2-mdio-bitbang"; 203 "fsl,cpm2-mdio-bitbang";
diff --git a/arch/powerpc/boot/dts/prpmc2800.dts b/arch/powerpc/boot/dts/prpmc2800.dts
index 909e8b0ead26..77c8db238d1c 100644
--- a/arch/powerpc/boot/dts/prpmc2800.dts
+++ b/arch/powerpc/boot/dts/prpmc2800.dts
@@ -73,7 +73,6 @@
73 mdio { 73 mdio {
74 #address-cells = <1>; 74 #address-cells = <1>;
75 #size-cells = <0>; 75 #size-cells = <0>;
76 device_type = "mdio";
77 compatible = "marvell,mv64360-mdio"; 76 compatible = "marvell,mv64360-mdio";
78 PHY0: ethernet-phy@1 { 77 PHY0: ethernet-phy@1 {
79 compatible = "broadcom,bcm5421"; 78 compatible = "broadcom,bcm5421";