]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM: dtses: Remove all compatible string from phy node
authorMichal Simek <michal.simek@xilinx.com>
Fri, 29 Aug 2014 14:16:49 +0000 (16:16 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 29 Aug 2014 14:18:58 +0000 (16:18 +0200)
Compatible string is not listed anywhere and it is even
not used by the kernel. Autodetection is done automatically.
If you want to specify exact PHYID please use compatible string
in this format.
compatible = "ethernet-phy-id0141.0e40", "ethernet-phy-ieee802.3-c22";

For more information look at here:
Documentation/devicetree/bindings/net/phy.txt

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-cc108.dts
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zc770-xm010.dts
arch/arm/boot/dts/zynq-zc770-xm013.dts
arch/arm/boot/dts/zynq-zed.dts

index aa12bc6850099a8b536b8ade05b98226bd5aef9b..9366f94c4687dbbfea6a654bd08a0ed638e2de8b 100644 (file)
@@ -95,7 +95,6 @@
        phy-mode = "rgmii-id";
 
        phy0: phy@1 {
-               compatible = "marvell,88e1510";
                reg = <1>;
        };
 };
index affac57e90795fe65676b9eedcdc22e145b090d0..6b5d95216193aa2b23b235b1c06ce67950886c10 100644 (file)
@@ -89,7 +89,6 @@
        phy-mode = "rgmii-id";
 
        phy0: phy@7 {
-               compatible = "marvell,88e1116r";
                reg = <7>;
        };
 };
index dc2587fce27eda98486280787d3f83e83874513c..9a0fac7bf61047dce15b800c26ad754152019196 100644 (file)
@@ -85,7 +85,6 @@
        phy-mode = "rgmii-id";
 
        phy0: phy@7 {
-               compatible = "marvell,88e1116r";
                reg = <7>;
        };
 };
index da2eead9e5b50463e1cf0ba59f566aeb5cc64b16..2e463d0453d40d7b0421a577529cea46482757b9 100644 (file)
        phy-mode = "rgmii-id";
 
        phy0: phy@7 {
-               compatible = "marvell,88e1116r";
                reg = <7>;
        };
 };
index 160c700b492678ca4153d749a81244b6553584cf..98d5aeb17279f647f5778b787b6119171b72d60a 100644 (file)
@@ -98,7 +98,6 @@
        phy-mode = "rgmii-id";
 
        phy0: phy@7 {
-               compatible = "vitesse,vsc8211";
                reg = <7>;
        };
 };
index d1110309f6de42d22e88f7f40442df702ccdc643..610dbd99b886c674e4c04d092ab008b5fe60bb5d 100644 (file)
@@ -83,7 +83,6 @@
        phy-mode = "rgmii-id";
 
        phy0: phy@0 {
-               compatible = "marvell,88e1510";
                reg = <0>;
        };
 };