lantiq: drop phy id specfic compatible string
authorMathias Kresin <dev@kresin.me>
Sat, 7 Oct 2017 12:12:44 +0000 (14:12 +0200)
committerMathias Kresin <dev@kresin.me>
Sat, 7 Oct 2017 18:15:03 +0000 (20:15 +0200)
With kernel commit 7630ea4bda18 ("Documentation: net: phy: improve
explanation when to specify the PHY ID") the purpose of using phy id
specific compatibles was clarified.

Remove the phy id specific compatibles since they are meant to be used
if the phy reports an incorrect or no phy id at all.

Reported-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/dts/FRITZ7360SL.dts
target/linux/lantiq/dts/VGV7510KW22.dtsi

index 496fe2e96d4ab1dd52beee2199d50897b33842df..672b645378ba0370b0e02302ece4d75114934096 100644 (file)
                compatible = "lantiq,xrx200-mdio";
                phy0: ethernet-phy@0 {
                        reg = <0x00>;
-                       compatible = "ethernet-phy-id004d.d076", "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-ieee802.3-c22";
                        reset-gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                };
                phy1: ethernet-phy@1 {
                        reg = <0x01>;
-                       compatible = "ethernet-phy-id004d.d076", "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-ieee802.3-c22";
                        reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
                phy11: ethernet-phy@11 {
index 73240bf2bc3690d5dfe2984e082dd9889507a07a..7c3cfbb5ff27bba79a8575906f02abeef3f8974d 100644 (file)
 
                phy1: ethernet-phy@1 {
                        reg = <0x1>;
-                       compatible = "ethernet-phy-id0243.0c54", "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-ieee802.3-c22";
                };
 
                phy11: ethernet-phy@11 {