From: Rosen Penev Date: Sat, 5 Oct 2024 19:05:41 +0000 (-0700) Subject: apm821xx: fix volume/volname X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8b42827b4cf4a33f76447b9ebc132c841ac0ee2b;p=openwrt%2Fstaging%2Fansuel.git apm821xx: fix volume/volname linux,ubi expects the volname variable, not volume. This will fix NVMEM-on-UBI. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/16580 Signed-off-by: Robert Marko --- diff --git a/target/linux/apm821xx/dts/meraki-mr24.dts b/target/linux/apm821xx/dts/meraki-mr24.dts index 24ae3dd13f..ef4fc562d9 100644 --- a/target/linux/apm821xx/dts/meraki-mr24.dts +++ b/target/linux/apm821xx/dts/meraki-mr24.dts @@ -92,7 +92,7 @@ volumes { ubi-volume-board-config { - volume = "board-config"; + volname = "board-config"; nvmem-layout { compatible = "fixed-layout"; diff --git a/target/linux/apm821xx/dts/meraki-mx60.dts b/target/linux/apm821xx/dts/meraki-mx60.dts index 10ced9fc09..9f3ecf124b 100644 --- a/target/linux/apm821xx/dts/meraki-mx60.dts +++ b/target/linux/apm821xx/dts/meraki-mx60.dts @@ -77,7 +77,7 @@ volumes { ubi-volume-board-config { - volume = "board-config"; + volname = "board-config"; nvmem-layout { compatible = "fixed-layout";