diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-14 07:38:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-14 07:38:32 +0000 |
commit | 082806a4a49683e39837e26006e6d039934c82e7 (patch) | |
tree | 8b4c42c8688626d1725dd42a682f1a8b8c772821 /target/linux | |
parent | 6789a0e1d31afd1b4b7bdd66a8320618f6817a04 (diff) | |
download | master-187ad058-082806a4a49683e39837e26006e6d039934c82e7.tar.gz master-187ad058-082806a4a49683e39837e26006e6d039934c82e7.tar.bz2 master-187ad058-082806a4a49683e39837e26006e6d039934c82e7.zip |
ramips: fix port mapping and extract wmac eeprom on ZBT-WA05 board
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41634 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WA05.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ZBT-WA05.dts b/target/linux/ramips/dts/ZBT-WA05.dts index 714d2733a6..13c78c755f 100644 --- a/target/linux/ramips/dts/ZBT-WA05.dts +++ b/target/linux/ramips/dts/ZBT-WA05.dts @@ -70,7 +70,11 @@ ethernet@10100000 { mtd-mac-address = <&factory 0x4>; - ralink,port-map = "llllw"; + ralink,port-map = "wllll"; + }; + + wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; }; pinctrl { |