diff options
author | L. D. Pinney <ldpinney@gmail.com> | 2017-08-12 22:04:27 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-23 15:09:05 +0200 |
commit | e9eb6e7bb307da5549750c0323dc7f5fa4d1583c (patch) | |
tree | 952b3f88bf1a063f5e4d57a057932829ba905c56 | |
parent | f099803eb50f40c27cababb9674ea0841216868a (diff) | |
download | upstream-e9eb6e7bb307da5549750c0323dc7f5fa4d1583c.tar.gz upstream-e9eb6e7bb307da5549750c0323dc7f5fa4d1583c.tar.bz2 upstream-e9eb6e7bb307da5549750c0323dc7f5fa4d1583c.zip |
ramips: set ethernet mac address for VoCore2
This patch sets the mac address for the VoCore2 devices.
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
-rw-r--r-- | target/linux/ramips/dts/VOCORE2.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/VOCORE2.dtsi b/target/linux/ramips/dts/VOCORE2.dtsi index dff9e544f9..dc1bd17b08 100644 --- a/target/linux/ramips/dts/VOCORE2.dtsi +++ b/target/linux/ramips/dts/VOCORE2.dtsi @@ -23,6 +23,10 @@ ralink,mtd-eeprom = <&factory 0x4>; }; +ðernet { + mtd-mac-address = <&factory 0x28>; +}; + &esw { mediatek,portmap = <0x7>; mediatek,portdisable = <0x3a>; |