mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
ralink: fix dir810 networking
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39093
This commit is contained in:
parent
627651dfca
commit
6218da5a41
@ -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 New Issue
Block a user