From e9eb6e7bb307da5549750c0323dc7f5fa4d1583c Mon Sep 17 00:00:00 2001 From: "L. D. Pinney" Date: Sat, 12 Aug 2017 22:04:27 +0800 Subject: [PATCH] ramips: set ethernet mac address for VoCore2 This patch sets the mac address for the VoCore2 devices. Signed-off-by: L. D. Pinney --- target/linux/ramips/dts/VOCORE2.dtsi | 4 ++++ 1 file changed, 4 insertions(+) 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>; -- 2.30.2