[openwrt/openwrt] ipq806x: convert remaining mtd-mac-address-increment

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 31 22:55:19 PST 2022


mans0n pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f16f4190222a0ce2955d71b3972367505dfad2ab

commit f16f4190222a0ce2955d71b3972367505dfad2ab
Author: Sungbo Eo <mans0n at gorani.run>
AuthorDate: Tue Feb 1 02:35:26 2022 +0900

    ipq806x: 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: f44e933458b1 ("ipq806x: provide WiFI mac-addresses from dts")
    Signed-off-by: Sungbo Eo <mans0n at gorani.run>
---
 target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-vr2600v.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-vr2600v.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-vr2600v.dts
index 863c5d7b1c..a671202dc9 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-vr2600v.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-vr2600v.dts
@@ -297,7 +297,7 @@
 
 			nvmem-cells = <&macaddr_defaultmac_0>;
 			nvmem-cell-names = "mac-address";
-			mtd-mac-address-increment = <(-1)>;
+			mac-address-increment = <(-1)>;
 		};
 	};
 };



More information about the lede-commits mailing list