ath79: convert remaining mtd-mac-address-increment
Commitd284e6ef0f
("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:af8a059bb4
("ath79: add support for GL.iNet GL-XE300") Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
f16f419022
commit
ad5bf16001
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_art_0>;
|
nvmem-cells = <&macaddr_art_0>;
|
||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
mtd-mac-address-increment = <1>;
|
mac-address-increment = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
|
|
Loading…
Reference in a new issue