Skip to content
Snippets Groups Projects
Commit 45814d15 authored by John Crispin's avatar John Crispin
Browse files

ralink: more mt7530 fixes


make 1166 wan port work. this broke due to the esw_polling bug

Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 43236
parent e3999313
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
pinctrl { pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {
gpio { gpio {
ralink,group = "i2c", "uartf", "rgmii1", "wled", "nd_sd"; ralink,group = "i2c", "uartf", "wled", "nd_sd";
ralink,function = "gpio"; ralink,function = "gpio";
}; };
}; };
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
ethernet@10100000 { ethernet@10100000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; pinctrl-0 = <&rgmii1_pins &mdio_pins>;
port@5 { port@5 {
status = "okay"; status = "okay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment