diff options
author | John Crispin <john@openwrt.org> | 2014-11-03 20:20:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-03 20:20:40 +0000 |
commit | cc142739f2a6d447ab107fb3d12293fe8a76b8fc (patch) | |
tree | 8ea963dea7c7e85d8972380b5143112355343a88 /target/linux/ramips/dts | |
parent | 6d1d02eefbd12a0b6f0c5fd792f7c60a6d58bb94 (diff) | |
download | mtk-20170518-cc142739f2a6d447ab107fb3d12293fe8a76b8fc.zip mtk-20170518-cc142739f2a6d447ab107fb3d12293fe8a76b8fc.tar.gz mtk-20170518-cc142739f2a6d447ab107fb3d12293fe8a76b8fc.tar.bz2 |
ralink: fix wan port on whr-1166
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43171
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index 236987c..1b5a3d7 100644 --- a/target/linux/ramips/dts/WHR-1166D.dts +++ b/target/linux/ramips/dts/WHR-1166D.dts @@ -56,7 +56,7 @@ pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd"; + ralink,group = "i2c", "uartf", "rgmii1", "wled", "nd_sd"; ralink,function = "gpio"; }; }; @@ -64,9 +64,22 @@ ethernet@10100000 { pinctrl-names = "default"; - pinctrl-0 = <&ephy_pins>; + pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; - ralink,port-map = "llllw"; + port@5 { + status = "okay"; + phy-handle = <&phy5>; + phy-mode = "rgmii"; + }; + + mdio-bus { + status = "okay"; + + phy5: ethernet-phy@5 { + reg = <5>; + phy-mode = "rgmii"; + }; + }; }; gsw@10110000 { |