diff options
author | John Crispin <john@openwrt.org> | 2013-12-16 10:16:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-12-16 10:16:33 +0000 |
commit | 6218da5a411d4992235e5b3afdf5a28666cf8b9a (patch) | |
tree | 47e236530c856ea168deb5175bf87c70e0e40304 | |
parent | 627651dfcaea574cfb59fa9a3865a7bc34fb0dab (diff) | |
download | upstream-6218da5a411d4992235e5b3afdf5a28666cf8b9a.tar.gz upstream-6218da5a411d4992235e5b3afdf5a28666cf8b9a.tar.bz2 upstream-6218da5a411d4992235e5b3afdf5a28666cf8b9a.zip |
ralink: fix dir810 networking
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39093
-rw-r--r-- | target/linux/ramips/dts/DIR-810L.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DIR-810L.dts b/target/linux/ramips/dts/DIR-810L.dts index d8a035a1cf..2f656fd125 100644 --- a/target/linux/ramips/dts/DIR-810L.dts +++ b/target/linux/ramips/dts/DIR-810L.dts @@ -71,7 +71,7 @@ pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "jtag", "mdio", "rgmii1", "rgmii1", "i2c", "wled", "uartf"; + ralink,group = "mdio", "rgmii1", "i2c", "wled", "uartf"; ralink,function = "gpio"; }; }; @@ -79,6 +79,7 @@ ethernet@10100000 { mtd-mac-address = <&factory 0x28>; + ralink,port-map = "llllw"; }; gsw@10110000 { |