diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-05-26 14:51:49 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-27 22:44:08 +0200 |
commit | 99c52251cc106fca754bdb184ed02422dce15bdc (patch) | |
tree | 662b5ea8a9d5a430a167f10b322085d39c6a564c | |
parent | 6d6985ff0e41c89650d72d2b5c0c938c2f39906e (diff) | |
download | openwrt-99c52251cc106fca754bdb184ed02422dce15bdc.tar.gz openwrt-99c52251cc106fca754bdb184ed02422dce15bdc.tar.bz2 openwrt-99c52251cc106fca754bdb184ed02422dce15bdc.zip |
ath79: ecb1750: additional dts fixes
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>
-rw-r--r-- | target/linux/ath79/dts/qca9558_engenius_ecb1750.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts b/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts index 69bd244b7b..27f0313019 100644 --- a/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts +++ b/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts @@ -93,6 +93,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0xf50000>; }; @@ -100,6 +101,7 @@ partition@fa0000 { label = "userconfig"; reg = <0xfa0000 0x050000>; + read-only; }; art: partition@ff0000 { |