mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 13:49:44 +01:00
ipq806x: ap3935: fix uboot nvmem
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:
parent
217128a117
commit
38a935ec6e
1 changed files with 6 additions and 3 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue