]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq806x: ap3935: fix uboot nvmem 22263/head
authorRosen Penev <rosenp@gmail.com>
Mon, 9 Mar 2026 22:05:55 +0000 (15:05 -0700)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 10 Mar 2026 12:38:33 +0000 (13:38 +0100)
In the transition to nvmem-layout and subsequent disabling of non layout
u-boot-env, this device was left out.

Transition to nvmem-layout to fix the mac address.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22263
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/ipq806x/dts/qcom-ipq8068-ap3935.dts

index 6b6e97d8050f00656f58d7842773bf592cb82c31..2bc357d92e33b38c59723d18d1059726b799e825 100644 (file)
                                #size-cells = <1>;
 
                                cfg1@2a0000 {
-                                       compatible = "u-boot,env-redundant-bool";
                                        label = "CFG1";
                                        reg = <0x2a0000 0x0010000>;
 
-                                       ethaddr: ethaddr {
-                                               #nvmem-cell-cells = <1>;
+                                       nvmem-layout {
+                                               compatible = "u-boot,env-redundant-bool";
+
+                                               ethaddr: ethaddr {
+                                                       #nvmem-cell-cells = <1>;
+                                               };
                                        };
                                };