diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-11 11:46:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-11 11:46:16 +0000 |
commit | a54174dffa408e6b5051e94605e8a6bd9abf9338 (patch) | |
tree | d618d766c3e1df3a30b6e5c9dc6b7ebf90d90870 /target/linux/ramips | |
parent | bec227fc64a475c909492751e3d838ed74c7bc46 (diff) | |
download | master-187ad058-a54174dffa408e6b5051e94605e8a6bd9abf9338.tar.gz master-187ad058-a54174dffa408e6b5051e94605e8a6bd9abf9338.tar.bz2 master-187ad058-a54174dffa408e6b5051e94605e8a6bd9abf9338.zip |
ralink: more mt7530 fixes
make 1166 wan port work. this broke due to the esw_polling bug
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43236 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index 9087505c92..f50408f108 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", "wled", "nd_sd"; + ralink,group = "i2c", "uartf", "wled", "nd_sd"; ralink,function = "gpio"; }; }; @@ -64,7 +64,7 @@ ethernet@10100000 { pinctrl-names = "default"; - pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; + pinctrl-0 = <&rgmii1_pins &mdio_pins>; port@5 { status = "okay"; |