diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-08-20 11:11:30 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-08-25 19:18:08 +0200 |
commit | d45b5a061d616f3050cd196aab9cd2540ddffa80 (patch) | |
tree | 2e70780ffba31d0edbffac653fa875832089314c /target/linux/ath79/dts | |
parent | a1f4ebcc874f8414ef551d653363eb0ef95d553c (diff) | |
download | upstream-d45b5a061d616f3050cd196aab9cd2540ddffa80.tar.gz upstream-d45b5a061d616f3050cd196aab9cd2540ddffa80.tar.bz2 upstream-d45b5a061d616f3050cd196aab9cd2540ddffa80.zip |
ath79: fix mac address increment for embedded wireless Dorin
Use mtd-mac-address-increment-byte to match ar71xx behavior
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts index dcd7f33f9d..13333d7ca9 100644 --- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts +++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts @@ -106,6 +106,7 @@ status = "okay"; mtd-mac-address = <&art 0x1002>; + mtd-mac-address-increment-byte = <3>; mtd-mac-address-increment = <0x40>; }; |