From d65b1c815aaf56db983a91d31d7957a3a5ef3d44 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 7 Oct 2017 14:12:44 +0200 Subject: [PATCH] lantiq: drop phy id specfic compatible string 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 Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/FRITZ7360SL.dts | 4 ++-- target/linux/lantiq/dts/VGV7510KW22.dtsi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/lantiq/dts/FRITZ7360SL.dts b/target/linux/lantiq/dts/FRITZ7360SL.dts index 496fe2e96d..672b645378 100644 --- a/target/linux/lantiq/dts/FRITZ7360SL.dts +++ b/target/linux/lantiq/dts/FRITZ7360SL.dts @@ -191,12 +191,12 @@ 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 { diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi index 73240bf2bc..7c3cfbb5ff 100644 --- a/target/linux/lantiq/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi @@ -228,7 +228,7 @@ 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 { -- 2.30.2