Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-9
-2
Documentation/devicetree/bindings/marvell.txt
··· 79 79 Required properties: 80 80 - #address-cells : Should be <1> 81 81 - #size-cells : Should be <0> 82 - - device_type : Should be "mdio" 83 82 - compatible : Should be "marvell,mv64360-mdio" 84 83 85 84 Example: ··· 86 87 mdio { 87 88 #address-cells = <1>; 88 89 #size-cells = <0>; 89 - device_type = "mdio"; 90 90 compatible = "marvell,mv64360-mdio"; 91 91 92 92 ethernet-phy@0 {
-1
Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/network.txt
··· 33 33 34 34 Example: 35 35 mdio@10d40 { 36 - device_type = "mdio"; 37 36 compatible = "fsl,mpc8272ads-mdio-bitbang", 38 37 "fsl,mpc8272-mdio-bitbang", 39 38 "fsl,cpm2-mdio-bitbang";
-1
arch/powerpc/boot/dts/ep8248e.dts
··· 67 67 ranges; 68 68 69 69 mdio { 70 - device_type = "mdio"; 71 70 compatible = "fsl,ep8248e-mdio-bitbang"; 72 71 #address-cells = <1>; 73 72 #size-cells = <0>;
-1
arch/powerpc/boot/dts/holly.dts
··· 58 58 }; 59 59 60 60 MDIO: mdio@6000 { 61 - device_type = "mdio"; 62 61 compatible = "tsi109-mdio", "tsi108-mdio"; 63 62 reg = <0x00006000 0x00000050>; 64 63 #address-cells = <1>;
-1
arch/powerpc/boot/dts/mpc7448hpc2.dts
··· 68 68 }; 69 69 70 70 MDIO: mdio@6000 { 71 - device_type = "mdio"; 72 71 compatible = "tsi108-mdio"; 73 72 reg = <0x6000 0x50>; 74 73 #address-cells = <1>;
-1
arch/powerpc/boot/dts/mpc8272ads.dts
··· 182 182 }; 183 183 184 184 mdio@10d40 { 185 - device_type = "mdio"; 186 185 compatible = "fsl,mpc8272ads-mdio-bitbang", 187 186 "fsl,mpc8272-mdio-bitbang", 188 187 "fsl,cpm2-mdio-bitbang";
-1
arch/powerpc/boot/dts/pq2fads.dts
··· 198 198 }; 199 199 200 200 mdio@10d40 { 201 - device_type = "mdio"; 202 201 compatible = "fsl,pq2fads-mdio-bitbang", 203 202 "fsl,mpc8280-mdio-bitbang", 204 203 "fsl,cpm2-mdio-bitbang";
-1
arch/powerpc/boot/dts/prpmc2800.dts
··· 73 73 mdio { 74 74 #address-cells = <1>; 75 75 #size-cells = <0>; 76 - device_type = "mdio"; 77 76 compatible = "marvell,mv64360-mdio"; 78 77 PHY0: ethernet-phy@1 { 79 78 compatible = "broadcom,bcm5421";