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>
This commit is contained in:
parent
6d6985ff0e
commit
99c52251cc
@ -93,6 +93,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@50000 {
|
partition@50000 {
|
||||||
|
compatible = "denx,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x050000 0xf50000>;
|
reg = <0x050000 0xf50000>;
|
||||||
};
|
};
|
||||||
@ -100,6 +101,7 @@
|
|||||||
partition@fa0000 {
|
partition@fa0000 {
|
||||||
label = "userconfig";
|
label = "userconfig";
|
||||||
reg = <0xfa0000 0x050000>;
|
reg = <0xfa0000 0x050000>;
|
||||||
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@ff0000 {
|
art: partition@ff0000 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user