diff options
author | John Crispin <john@openwrt.org> | 2014-11-11 11:46:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-11 11:46:16 +0000 |
commit | 45814d150a90b9f0067cda87536349339ff675f5 (patch) | |
tree | 52f55a8557799f2929670055246bd608ecbbd174 /target/linux/ramips/dts | |
parent | e39993137628e2ea53be7822fb106d3a89db69b5 (diff) | |
download | mtk-20170518-45814d150a90b9f0067cda87536349339ff675f5.zip mtk-20170518-45814d150a90b9f0067cda87536349339ff675f5.tar.gz mtk-20170518-45814d150a90b9f0067cda87536349339ff675f5.tar.bz2 |
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>
SVN-Revision: 43236
Diffstat (limited to 'target/linux/ramips/dts')
-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 9087505..f50408f 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"; |