apm821xx: fix volume/volname
authorRosen Penev <rosenp@gmail.com>
Sat, 5 Oct 2024 19:05:41 +0000 (12:05 -0700)
committerRobert Marko <robimarko@gmail.com>
Mon, 21 Oct 2024 18:54:55 +0000 (20:54 +0200)
linux,ubi expects the volname variable, not volume.

This will fix NVMEM-on-UBI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16580
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/apm821xx/dts/meraki-mr24.dts
target/linux/apm821xx/dts/meraki-mx60.dts

index 24ae3dd13f658df3670923aed5ef83748639da5c..ef4fc562d989145d9f1035d1ccc11695679d4563 100644 (file)
@@ -92,7 +92,7 @@
 
                                volumes {
                                        ubi-volume-board-config {
-                                               volume = "board-config";
+                                               volname = "board-config";
 
                                                nvmem-layout {
                                                        compatible = "fixed-layout";
index 10ced9fc09a3d73d07eb2e1aa0af9c1e63e41c8f..9f3ecf124bc5d7c6a6ac2745beda045444d90954 100644 (file)
@@ -77,7 +77,7 @@
 
                                volumes {
                                        ubi-volume-board-config {
-                                               volume = "board-config";
+                                               volname = "board-config";
 
                                                nvmem-layout {
                                                        compatible = "fixed-layout";