diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-26 20:36:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-26 20:36:09 +0000 |
commit | daa1915f324c153d688cb66966dd9ace41342473 (patch) | |
tree | b7f3d2804bc8641a2484156e5496055ec717ecf0 /target/linux/ramips/dts/AWM002-EVB-8M.dts | |
parent | ae01f1601674fd29dc1690b7d86cc84378266468 (diff) | |
download | upstream-daa1915f324c153d688cb66966dd9ace41342473.tar.gz upstream-daa1915f324c153d688cb66966dd9ace41342473.tar.bz2 upstream-daa1915f324c153d688cb66966dd9ace41342473.zip |
ramips: ethernet mac cleanup
Compile tested all subtargets and profiles.
Unfortunately I don't own any board affected by these changes, so no run tests.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/AWM002-EVB-8M.dts')
-rw-r--r-- | target/linux/ramips/dts/AWM002-EVB-8M.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/AWM002-EVB-8M.dts b/target/linux/ramips/dts/AWM002-EVB-8M.dts index 3be34bffa5..01e1e26fd3 100644 --- a/target/linux/ramips/dts/AWM002-EVB-8M.dts +++ b/target/linux/ramips/dts/AWM002-EVB-8M.dts @@ -5,6 +5,10 @@ / { model = "AsiaRF AWM002 EVB"; + ethernet@10100000 { + mtd-mac-address = <&factory 0x28>; + }; + wmac@10180000 { ralink,mtd-eeprom = <&factory 0>; }; |