[source] lantiq: drop phy id specfic compatible string
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 7 11:15:32 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/d65b1c815aaf56db983a91d31d7957a3a5ef3d44
commit d65b1c815aaf56db983a91d31d7957a3a5ef3d44
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sat Oct 7 14:12:44 2017 +0200
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 at googlemail.com>
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
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 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 at 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 at 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 at 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 at 1 {
reg = <0x1>;
- compatible = "ethernet-phy-id0243.0c54", "ethernet-phy-ieee802.3-c22";
+ compatible = "ethernet-phy-ieee802.3-c22";
};
phy11: ethernet-phy at 11 {
More information about the lede-commits
mailing list