diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-06-24 17:57:15 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-19 23:43:27 +0200 |
commit | 7140394903b1bfbbb589dafa524e2dbd6cd79862 (patch) | |
tree | 06c042c40f460bdfa6b2d16f8f10a0fc1952512a /target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi | |
parent | f8d96485298e15879b34eb49a00af020aa91d334 (diff) | |
download | upstream-7140394903b1bfbbb589dafa524e2dbd6cd79862.tar.gz upstream-7140394903b1bfbbb589dafa524e2dbd6cd79862.tar.bz2 upstream-7140394903b1bfbbb589dafa524e2dbd6cd79862.zip |
ramips: provide label MAC address
This patch adds the label MAC address for several devices in
ramips.
Some devices require setting the MAC address in 02_network:
For the following devices, the netif device can be linked in
device tree, but the MAC address cannot be read:
- cudy,wr1000
- dlink,dir-615-d
- dlink,dir-615-h1
- dlink,dir-860l-b1
- glinet,gl-mt300a
- glinet,gl-mt300n
- glinet,gl-mt750
- vocore,vocore2
- vocore,vocore2-lite
- zbtlink,zbt-we1326
- zbtlink,zbt-wg3526
For the following devices, label MAC address is tied to lan or
wan, so no node to link to exists in device tree:
- dlink,dir-510l
- dlink,dwr-116-a1
- dlink,dwr-118-a1
- dlink,dwr-118-a2
- dlink,dwr-921-c1
- dlink,dwr-922-e2
- all hiwifi devices
- lava,lr-25g001
- xiaomi,mir3p
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi index 04c6062e16..6d7fb01c56 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi +++ b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi @@ -5,6 +5,10 @@ chosen { bootargs = "console=ttyS0,115200"; }; + + aliases { + label-mac-device = ðernet; + }; }; &spi0 { |