ipq806x: ap3935: fix uboot nvmem
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run

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>
(cherry picked from commit ed70a07d15)
This commit is contained in:
Rosen Penev 2026-03-09 15:05:55 -07:00 committed by Christian Marangi
parent 217128a117
commit 38a935ec6e
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -212,12 +212,15 @@
#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>;
};
};
};