ath79: specify "firmware" partition format for WNDR3700 and v2
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 24 Nov 2018 11:58:37 +0000 (13:58 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Sat, 24 Nov 2018 12:15:55 +0000 (13:15 +0100)
Specify the new "firmware" partition format for Netgear WNDR3700
and WNDR3700v2 similarly as ffd082aa did for WNDR3800, the third
device in the family.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
target/linux/ath79/dts/ar7161_netgear_wndr3700.dts
target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts

index 4cfe59ab79912864e559c776edb3c8aec7acb4cc..ac6f2362ecb224ca3d18541429a317c20acbb083 100644 (file)
@@ -24,6 +24,7 @@
        partition@70000 {
                label = "firmware";
                reg = <0x070000 0x780000>;
+               compatible = "netgear,uimage";
        };
 
        art: partition@7f0000 {
index 1eb376e09f3330bc35b32e6fbffacf5461986ae1..76ef300a818754c7702757b9056bdfe1249c2ef4 100644 (file)
@@ -24,6 +24,7 @@
        partition@70000 {
                label = "firmware";
                reg = <0x070000 0xf80000>;
+               compatible = "netgear,uimage";
        };
 
        art: partition@ff0000 {