diff options
author | David Bauer <mail@david-bauer.net> | 2018-12-01 13:47:55 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-06 13:28:22 +0100 |
commit | adfc8d8eca207b1148d3e796eaa84a0642099959 (patch) | |
tree | 4b33b6ea9fbcfc03c06face975367af7f8fbce48 | |
parent | bc41fb7efee755a1fe1112493365817650c3e2f9 (diff) | |
download | upstream-adfc8d8eca207b1148d3e796eaa84a0642099959.tar.gz upstream-adfc8d8eca207b1148d3e796eaa84a0642099959.tar.bz2 upstream-adfc8d8eca207b1148d3e796eaa84a0642099959.zip |
ath79: add AVM EVA firmware partition compatible
This commit adds firmware partition compatible for the
AVM FRITZ!Box 4020 and AVM FRITZ!WLAN Repeater 300E.
This allows to select the correct mtdsplit parser
instead of trying all available ones one by one.
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r-- | target/linux/ath79/dts/ar7242_avm_fritz300e.dts | 1 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9561_avm_fritz4020.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts index 0a142666ac..fb6b0ff30e 100644 --- a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts +++ b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts @@ -115,6 +115,7 @@ }; partition@20000 { + compatible = "avm,eva-firmware"; reg = <0x20000 0xee0000>; label = "firmware"; }; diff --git a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts index 8489c8a1e6..3310a3423b 100644 --- a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts +++ b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts @@ -136,6 +136,7 @@ }; partition@1 { + compatible = "avm,eva-firmware"; label = "firmware"; reg = <0x020000 0xee0000>; }; |