diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-28 15:26:23 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-28 15:26:23 +0000 |
commit | 49f28a2ed39eb2ab911dab3c8f27812b99dfc0e4 (patch) | |
tree | 467961d3eb5e645a3d03ce98c7ea15d03fdb0094 /target/linux/ramips | |
parent | 069c51534a3ecccbc69813eb00e2963f9a294b4e (diff) | |
download | upstream-49f28a2ed39eb2ab911dab3c8f27812b99dfc0e4.tar.gz upstream-49f28a2ed39eb2ab911dab3c8f27812b99dfc0e4.tar.bz2 upstream-49f28a2ed39eb2ab911dab3c8f27812b99dfc0e4.zip |
ramips: add ethernet macaddr to dts for AWM003-EVB
Follows the pattern of http://patchwork.openwrt.org/patch/5970/
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/AWM003-EVB.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/AWM003-EVB.dts b/target/linux/ramips/dts/AWM003-EVB.dts index 08157f5b2c..4227965add 100644 --- a/target/linux/ramips/dts/AWM003-EVB.dts +++ b/target/linux/ramips/dts/AWM003-EVB.dts @@ -20,6 +20,10 @@ }; }; + ethernet@10100000 { + mtd-mac-address = <&factory 0x28>; + }; + wmac@10180000 { ralink,mtd-eeprom = <&factory 0>; }; |