summaryrefslogtreecommitdiff
path: root/target/linux/ramips/dts/MIWIFI-MINI.dts
diff options
context:
space:
mode:
authorBangLang Huang <banglang.huang@foxmail.com>2017-01-18 17:45:48 +0800
committerJo-Philipp Wich <jo@mein.io>2017-04-28 17:07:04 +0200
commit846457fdbffaffdf44d668715e88cb21765ec6c9 (patch)
treef707c20a3c93bbe184b6989af5177f2158b7e949 /target/linux/ramips/dts/MIWIFI-MINI.dts
parent7ee09377e7e3c64ee56514bf455cf04064208a27 (diff)
downloadmtk-20170518-846457fdbffaffdf44d668715e88cb21765ec6c9.zip
mtk-20170518-846457fdbffaffdf44d668715e88cb21765ec6c9.tar.gz
mtk-20170518-846457fdbffaffdf44d668715e88cb21765ec6c9.tar.bz2
ramips: fix mac address of miwifi-mini
For the miwifi-mini, the offset of ethernet mac should be 0x28 which you can easyily dump from 'Factory' partition. Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
Diffstat (limited to 'target/linux/ramips/dts/MIWIFI-MINI.dts')
-rw-r--r--target/linux/ramips/dts/MIWIFI-MINI.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MIWIFI-MINI.dts b/target/linux/ramips/dts/MIWIFI-MINI.dts
index 0cd511c..6d8b28c 100644
--- a/target/linux/ramips/dts/MIWIFI-MINI.dts
+++ b/target/linux/ramips/dts/MIWIFI-MINI.dts
@@ -119,7 +119,7 @@
&ethernet {
pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>;
- mtd-mac-address = <&factory 0x4>;
+ mtd-mac-address = <&factory 0x28>;
mediatek,portmap = "llllw";
};