Author: blogic Date: 2014-11-11 12:46:16 +0100 (Tue, 11 Nov 2014) New Revision: 43236
Modified: trunk/target/linux/ramips/dts/WHR-1166D.dts Log: ralink: more mt7530 fixes make 1166 wan port work. this broke due to the esw_polling bug Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ramips/dts/WHR-1166D.dts =================================================================== --- trunk/target/linux/ramips/dts/WHR-1166D.dts 2014-11-11 11:46:09 UTC (rev 43235) +++ trunk/target/linux/ramips/dts/WHR-1166D.dts 2014-11-11 11:46:16 UTC (rev 43236) @@ -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"; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
