ath79: ecb1750: additional dts fixes
authorPetr Štetiar <ynezz@true.cz>
Sun, 26 May 2019 12:51:49 +0000 (14:51 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 27 May 2019 20:44:08 +0000 (22:44 +0200)
This patch fixes following missing bits:

 - add missing 'compatible' property on firmware partition
 - set vendor partition 'userconfig' read-only

Fixes: 30dcbc741d84 ("ath79: add support for EnGenius ECB1750")
Signed-off-by: Sven Friedmann <sf.openwrt@okay.ms>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ath79/dts/qca9558_engenius_ecb1750.dts

index 69bd244b7bcf8b02b7db6c95411bbf39066418eb..27f0313019708144b88bab9c96cdf923ac4b73f2 100644 (file)
@@ -93,6 +93,7 @@
                        };
 
                        partition@50000 {
+                               compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x050000 0xf50000>;
                        };
                        partition@fa0000 {
                                label = "userconfig";
                                reg = <0xfa0000 0x050000>;
+                               read-only;
                        };
 
                        art: partition@ff0000 {