diff options
author | Sungbo Eo <mans0n@gorani.run> | 2022-02-01 02:36:11 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-02-01 14:55:40 +0900 |
commit | ad5bf160016a6206b6cfe219bfdff7964f21717a (patch) | |
tree | d0bb26e83e15a8c2a033a49a6da5e2e7af81bd56 /target | |
parent | f16f4190222a0ce2955d71b3972367505dfad2ab (diff) | |
download | upstream-ad5bf160016a6206b6cfe219bfdff7964f21717a.tar.gz upstream-ad5bf160016a6206b6cfe219bfdff7964f21717a.tar.bz2 upstream-ad5bf160016a6206b6cfe219bfdff7964f21717a.zip |
ath79: convert remaining mtd-mac-address-increment
Commit d284e6ef0f06 ("treewide: convert mtd-mac-address-increment* to
generic implementation") renamed "mtd-mac-address-increment" property
to "mac-address-increment". Convert remaining usages that have been
added after that.
Fixes: af8a059bb41d ("ath79: add support for GL.iNet GL-XE300")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts b/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts index 59344917ad..391d76c5dd 100644 --- a/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts +++ b/target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts @@ -143,7 +143,7 @@ nvmem-cells = <&macaddr_art_0>; nvmem-cell-names = "mac-address"; - mtd-mac-address-increment = <1>; + mac-address-increment = <1>; }; ð1 { |