diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-25 20:54:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-25 20:54:51 +0000 |
commit | 63ec18e5abe75c54acf086117ae7835bd3b94f3a (patch) | |
tree | c8644fc3b3916bbf7812ffd628187c16afd1b196 /target/linux/lantiq/dts/TDW8970.dts | |
parent | 1a37fdca66e5634b319e87aac2c5ef97974aa4c8 (diff) | |
download | upstream-63ec18e5abe75c54acf086117ae7835bd3b94f3a.tar.gz upstream-63ec18e5abe75c54acf086117ae7835bd3b94f3a.tar.bz2 upstream-63ec18e5abe75c54acf086117ae7835bd3b94f3a.zip |
lantiq: remove stale phy register setup properties from dts files
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/TDW8970.dts')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index a15d91c6a8..0fcf8d8d2a 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -100,22 +100,18 @@ phy0: ethernet-phy@0 { reg = <0x0>; compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22"; -// lantiq,c45-reg-init = <1 0 0 0>; }; phy5: ethernet-phy@5 { reg = <0x5>; 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>; }; }; }; |