ralink: fix dir810 networking
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39093
This commit is contained in:
parent
627651dfca
commit
6218da5a41
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue