ramips: dts: DNA EX400 has redundant type u-boot environment
authorMauri Sandberg <maukka@ext.kapsi.fi>
Tue, 24 Sep 2024 10:40:10 +0000 (13:40 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 4 Oct 2024 22:54:44 +0000 (00:54 +0200)
Set compatible string and specify redundant type U-boot environment.

Fixes: fea2264d9fdd ("ramips: mt7621: Add DNA Valokuitu Plus EX400")
Signed-off-by: Mauri Sandberg <maukka@ext.kapsi.fi>
Link: https://github.com/openwrt/openwrt/pull/16573
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7621_dna_valokuitu-plus-ex400.dts

index 98b2bbf7b64dc7a0c4e1e96c5b966e4c382d26c0..cc5b4b71d07e457d631370da6570579f45a0b3cd 100644 (file)
                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>;