diff options
author | John Crispin <john@openwrt.org> | 2014-07-14 07:38:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-14 07:38:32 +0000 |
commit | 76ba6846a246a2c6008ecdf410b464638905f1d2 (patch) | |
tree | 09f0896cac062efa8eef32d828f5ac110a873616 /target/linux | |
parent | 8c577d9fde374418d0851efafce079f1eded1473 (diff) | |
download | upstream-76ba6846a246a2c6008ecdf410b464638905f1d2.tar.gz upstream-76ba6846a246a2c6008ecdf410b464638905f1d2.tar.bz2 upstream-76ba6846a246a2c6008ecdf410b464638905f1d2.zip |
ramips: fix port mapping and extract wmac eeprom on ZBT-WA05 board
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41634
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 { |