diff options
author | John Crispin <john@openwrt.org> | 2013-07-25 20:54:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-25 20:54:51 +0000 |
commit | bfe65eaf7a92bf4be316b3bea635233b57f7dc85 (patch) | |
tree | 8ddda22be3173c3966c386f7d52d957a6c79662b /target/linux/lantiq/dts/FRITZ3370.dts | |
parent | 54b40740744776839c9d065788f8b86d4c15d540 (diff) | |
download | upstream-bfe65eaf7a92bf4be316b3bea635233b57f7dc85.tar.gz upstream-bfe65eaf7a92bf4be316b3bea635233b57f7dc85.tar.bz2 upstream-bfe65eaf7a92bf4be316b3bea635233b57f7dc85.zip |
lantiq: remove stale phy register setup properties from dts files
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37544
Diffstat (limited to 'target/linux/lantiq/dts/FRITZ3370.dts')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ3370.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/FRITZ3370.dts b/target/linux/lantiq/dts/FRITZ3370.dts index dd323dd67d..c7069b2d0b 100644 --- a/target/linux/lantiq/dts/FRITZ3370.dts +++ b/target/linux/lantiq/dts/FRITZ3370.dts @@ -192,22 +192,18 @@ phy0: ethernet-phy@0 { reg = <0x0>; compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22"; - lantiq,c45-reg-init = <1 0 0 0>; }; phy1: ethernet-phy@1 { reg = <0x1>; compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22"; - lantiq,c45-reg-init = <1 0 0 0>; }; phy11: ethernet-phy@11 { reg = <0x11>; compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22"; - lantiq,c45-reg-init = <1 0 0 0>; }; phy13: ethernet-phy@13 { reg = <0x13>; compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22"; - lantiq,c45-reg-init = <1 0 0 0>; }; }; }; |