[openwrt/openwrt] ath79: convert remaining mtd-mac-address-increment
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 31 22:55:20 PST 2022
mans0n pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ad5bf160016a6206b6cfe219bfdff7964f21717a
commit ad5bf160016a6206b6cfe219bfdff7964f21717a
Author: Sungbo Eo <mans0n at gorani.run>
AuthorDate: Tue Feb 1 02:36:11 2022 +0900
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 at gorani.run>
---
target/linux/ath79/dts/qca9531_glinet_gl-xe300.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {
More information about the lede-commits
mailing list