mediatek: fix wrong compatible string
authorRosen Penev <rosenp@gmail.com>
Sun, 6 Oct 2024 19:41:45 +0000 (12:41 -0700)
committerRobert Marko <robimarko@gmail.com>
Sun, 6 Oct 2024 19:56:04 +0000 (21:56 +0200)
The u-boot,env driver does not have layout in compatible.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16616
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/mediatek/dts/mt7622-linksys-e8450-ubi.dts
target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi
target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/mt7988a-rfb-spim-nand.dtso
target/linux/mediatek/patches-6.6/911-dts-mt7622-bpi-r64-add-rootdisk.patch

index 88538c8b0a6c4b5dce935a1aa7598317e58f8cf9..5ee8ba5cd9b814b50b1178889cca6bd8f2781476 100644 (file)
                                ubi-volume-ubootenv {
                                        volname = "ubootenv";
                                        nvmem-layout {
-                                               compatible = "u-boot,env-redundant-bool-layout";
+                                               compatible = "u-boot,env-redundant-bool";
                                        };
                                };
 
                                ubi-volume-ubootenv2 {
                                        volname = "ubootenv2";
                                        nvmem-layout {
-                                               compatible = "u-boot,env-redundant-bool-layout";
+                                               compatible = "u-boot,env-redundant-bool";
                                        };
                                };
 
index 14c615b67c14b719237abdb7a351b95b6b613a91..fae5d0ebfa8aa3cffb174ca313724710b4f8862c 100644 (file)
                                ubi-volume-ubootenv {
                                        volname = "ubootenv";
                                        nvmem-layout {
-                                               compatible = "u-boot,env-redundant-bool-layout";
+                                               compatible = "u-boot,env-redundant-bool";
                                        };
                                };
 
                                ubi-volume-ubootenv2 {
                                        volname = "ubootenv2";
                                        nvmem-layout {
-                                               compatible = "u-boot,env-redundant-bool-layout";
+                                               compatible = "u-boot,env-redundant-bool";
                                        };
                                };
 
index b5a67c725bf109863cddc798660fdf07027cf923..02ecedda72e84362ac3eafbfcdd016dd30050ef7 100644 (file)
                                                        ubi-volume-ubootenv {
                                                                volname = "ubootenv";
                                                                nvmem-layout {
-                                                                       compatible = "u-boot,env-redundant-bool-layout";
+                                                                       compatible = "u-boot,env-redundant-bool";
                                                                };
                                                        };
 
                                                        ubi-volume-ubootenv2 {
                                                                volname = "ubootenv2";
                                                                nvmem-layout {
-                                                                       compatible = "u-boot,env-redundant-bool-layout";
+                                                                       compatible = "u-boot,env-redundant-bool";
                                                                };
                                                        };
 
index a28d274493d8ccf67e0f4a3a71eb3c4225ae47e3..c378a302d4b5e4b6d2aa5689e4984f7768bf350d 100644 (file)
 +                                      ubi-volume-ubootenv {
 +                                              volname = "ubootenv";
 +                                              nvmem-layout {
-+                                                      compatible = "u-boot,env-redundant-bool-layout";
++                                                      compatible = "u-boot,env-redundant-bool";
 +                                              };
 +                                      };
 +
 +                                      ubi-volume-ubootenv2 {
 +                                              volname = "ubootenv2";
 +                                              nvmem-layout {
-+                                                      compatible = "u-boot,env-redundant-bool-layout";
++                                                      compatible = "u-boot,env-redundant-bool";
 +                                              };
 +                                      };
 +