Skip to content

Commit

Permalink
apm821xx: fix volume/volname
Browse files Browse the repository at this point in the history
linux,ubi expects the volname variable, not volume.

This will fix NVMEM-on-UBI.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt/openwrt#16580
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Oct 21, 2024
1 parent 0dfb752 commit 8b42827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion target/linux/apm821xx/dts/meraki-mr24.dts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

volumes {
ubi-volume-board-config {
volume = "board-config";
volname = "board-config";

nvmem-layout {
compatible = "fixed-layout";
Expand Down
2 changes: 1 addition & 1 deletion target/linux/apm821xx/dts/meraki-mx60.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

volumes {
ubi-volume-board-config {
volume = "board-config";
volname = "board-config";

nvmem-layout {
compatible = "fixed-layout";
Expand Down

0 comments on commit 8b42827

Please sign in to comment.