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/BR-6475ND.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/BR-6475ND.dts')
-rw-r--r-- | target/linux/ramips/dts/BR-6475ND.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/BR-6475ND.dts b/target/linux/ramips/dts/BR-6475ND.dts index 60b8525609..06f00d6d63 100644 --- a/target/linux/ramips/dts/BR-6475ND.dts +++ b/target/linux/ramips/dts/BR-6475ND.dts @@ -31,6 +31,7 @@ ethernet@10100000 { status = "okay"; + mtd-mac-address = <&devdata 0x0d>; port@0 { ralink,fixed-link = <1000 1 1 1>; @@ -99,7 +100,7 @@ read-only; }; - partition@50000 { + devdata: partition@50000 { reg = <0x00050000 0x00020000>; label = "devdata"; read-only; |