Skip to content

Commit

Permalink
mediatek: fix wrong compatible string
Browse files Browse the repository at this point in the history
The u-boot,env driver does not have layout in compatible.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#16616
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Oct 6, 2024
1 parent 8660d95 commit 3da8e38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions target/linux/mediatek/dts/mt7622-linksys-e8450-ubi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
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";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,14 +349,14 @@
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";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
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";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
+ 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";
+ };
+ };
+
Expand Down

0 comments on commit 3da8e38

Please sign in to comment.