diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-07 14:12:44 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-07 20:15:03 +0200 |
commit | d65b1c815aaf56db983a91d31d7957a3a5ef3d44 (patch) | |
tree | 83c588929ff1046cb2ce438d64447558c8ed6334 /target/linux/lantiq | |
parent | a6bd7255ab393ec3a992f2f706cd8177292ef0fc (diff) | |
download | mtk-20170518-d65b1c815aaf56db983a91d31d7957a3a5ef3d44.zip mtk-20170518-d65b1c815aaf56db983a91d31d7957a3a5ef3d44.tar.gz mtk-20170518-d65b1c815aaf56db983a91d31d7957a3a5ef3d44.tar.bz2 |
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 <martin.blumenstingl@googlemail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ7360SL.dts | 4 | ||||
-rw-r--r-- | 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 496fe2e..672b645 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 73240bf..7c3cfbb 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 { |