From 38a935ec6e37f2ea2c7772849e9f4481bbec0930 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 9 Mar 2026 15:05:55 -0700 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/22263 Signed-off-by: Christian Marangi (cherry picked from commit ed70a07d1535e87befa5383e21db0ce0094ce5ee) --- .../arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts b/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts index 6b6e97d805..2bc357d92e 100644 --- a/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts +++ b/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts @@ -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>; + }; }; };