]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dt/bindings: remove users of device_type "mdio"
authorGrant Likely <grant.likely@linaro.org>
Wed, 11 Dec 2013 10:05:10 +0000 (10:05 +0000)
committerGrant Likely <grant.likely@linaro.org>
Thu, 16 Jan 2014 16:25:56 +0000 (16:25 +0000)
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>
Documentation/devicetree/bindings/marvell.txt
Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/network.txt
arch/powerpc/boot/dts/ep8248e.dts
arch/powerpc/boot/dts/holly.dts
arch/powerpc/boot/dts/mpc7448hpc2.dts
arch/powerpc/boot/dts/mpc8272ads.dts
arch/powerpc/boot/dts/pq2fads.dts
arch/powerpc/boot/dts/prpmc2800.dts

index 73a3d251acb1632140a22aca140787593d430e03..a5409ca27bc2c0af638873767d54272dbd850086 100644 (file)
@@ -79,7 +79,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd.
    Required properties:
      - #address-cells : Should be <1>
      - #size-cells : Should be <0>
-     - device_type : Should be "mdio"
      - compatible : Should be "marvell,mv64360-mdio"
 
    Example:
@@ -87,7 +86,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd.
      mdio {
             #address-cells = <1>;
             #size-cells = <0>;
-            device_type = "mdio";
             compatible = "marvell,mv64360-mdio";
 
             ethernet-phy@0 {
index 0e42694465803c4b535c1597d81847ea4aee01b0..38cc6c9849ec223563fc41107db5a7ff30877021 100644 (file)
@@ -33,7 +33,6 @@ fsl,mdc-pin : pin of port C controlling mdio clock
 
 Example:
        mdio@10d40 {
-               device_type = "mdio";
                compatible = "fsl,mpc8272ads-mdio-bitbang",
                             "fsl,mpc8272-mdio-bitbang",
                             "fsl,cpm2-mdio-bitbang";
index 244934fa24193e20bbc0ffbffb9bb6d72e973729..8b3a49f34f5a4712bbe1445291ec6a70886762a5 100644 (file)
@@ -67,7 +67,6 @@
                        ranges;
 
                        mdio {
-                               device_type = "mdio";
                                compatible = "fsl,ep8248e-mdio-bitbang";
                                #address-cells = <1>;
                                #size-cells = <0>;
index c6e11ebecebbe46ccd57d2aaf0cc98c05b594c61..43e6f0c8e44908db71119429495946b788595bfb 100644 (file)
@@ -58,7 +58,6 @@
                };
 
                MDIO: mdio@6000 {
-                       device_type = "mdio";
                        compatible = "tsi109-mdio", "tsi108-mdio";
                        reg = <0x00006000 0x00000050>;
                        #address-cells = <1>;
index 2544f3ecd6e9096fb60d06807176c58ebe83c7a0..20a0d22df473f2273b3d876fcd3136fe149628dc 100644 (file)
@@ -68,7 +68,6 @@
                };
 
                MDIO: mdio@6000 {
-                       device_type = "mdio";
                        compatible = "tsi108-mdio";
                        reg = <0x6000 0x50>;
                        #address-cells = <1>;
index 0c92de74d065f86626184afcef56779a7906a884..6d2cddf64cfdb2cf998bf6d7afb601d2b3670a53 100644 (file)
                        };
 
                        mdio@10d40 {
-                               device_type = "mdio";
                                compatible = "fsl,mpc8272ads-mdio-bitbang",
                                             "fsl,mpc8272-mdio-bitbang",
                                             "fsl,cpm2-mdio-bitbang";
index 9d065cdeb5eb2d218f1f844bfde73013c31bfed8..0c525ff0c257546d33d72407b16c374b0dbe02f9 100644 (file)
                        };
 
                        mdio@10d40 {
-                               device_type = "mdio";
                                compatible = "fsl,pq2fads-mdio-bitbang",
                                             "fsl,mpc8280-mdio-bitbang",
                                             "fsl,cpm2-mdio-bitbang";
index 909e8b0ead26a6c3687ef8aac212881aa9db8fd4..77c8db238d1cc699f6390c395a67bbcdc0a71812 100644 (file)
@@ -73,7 +73,6 @@
                mdio {
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       device_type = "mdio";
                        compatible = "marvell,mv64360-mdio";
                        PHY0: ethernet-phy@1 {
                                compatible = "broadcom,bcm5421";