ath79: specify "firmware" partition format for I-O DATA devices

Specify firmware partition format (denx,uimage) by compatible string
for I-O DATA devices.

affected devices (&run tested)

- WN-AC1167DGR
- WN-AC1600DGR2

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
INAGAKI Hiroshi 2018-11-26 22:34:49 +09:00 committed by Mathias Kresin
parent fa1a120a1a
commit 37c848810c
2 changed files with 2 additions and 0 deletions

View file

@ -72,6 +72,7 @@
};
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x050000 0x780000>;
};

View file

@ -137,6 +137,7 @@
};
partition@40000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x040000 0xe50000>;
};