Skip to content

Commit

Permalink
ramips: dts: DNA EX400 has redundant type u-boot environment
Browse files Browse the repository at this point in the history
Set compatible string and specify redundant type U-boot environment.

Fixes: fea2264 ("ramips: mt7621: Add DNA Valokuitu Plus EX400")
Signed-off-by: Mauri Sandberg <[email protected]>
Link: openwrt/openwrt#16573
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
msandber authored and hauke committed Oct 4, 2024
1 parent 758f320 commit c1c2b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@
partition@100000 {
reg = <0x100000 0xff00000>;
label = "ubi";
compatible = "linux,ubi";

volumes {
ubi-volume-env1 {
volname = "env1";

nvmem-layout {
compatible = "u-boot,env";
compatible = "u-boot,env-redundant-count";

ethaddr: ethaddr {
#nvmem-cell-cells = <1>;
Expand Down

0 comments on commit c1c2b61

Please sign in to comment.