ath79: add AVM EVA firmware partition compatible
authorDavid Bauer <mail@david-bauer.net>
Sat, 1 Dec 2018 12:47:55 +0000 (13:47 +0100)
committerMathias Kresin <dev@kresin.me>
Thu, 6 Dec 2018 12:28:22 +0000 (13:28 +0100)
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>
target/linux/ath79/dts/ar7242_avm_fritz300e.dts
target/linux/ath79/dts/qca9561_avm_fritz4020.dts

index 0a142666ac69e5319eb77486d4421b8617354699..fb6b0ff30eaac920f335b426eea8964061256911 100644 (file)
                        };
 
                        partition@20000 {
+                               compatible = "avm,eva-firmware";
                                reg = <0x20000 0xee0000>;
                                label = "firmware";
                        };
index 8489c8a1e6a62625d1cca8f7c01326680d4bd1ad..3310a3423b543bee67f8c629cec366d62e54b087 100644 (file)
                        };
 
                        partition@1 {
+                               compatible = "avm,eva-firmware";
                                label = "firmware";
                                reg = <0x020000 0xee0000>;
                        };