From c8a005fefd76a20f2ee7476770a03d2e9aa35652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Sat, 24 Nov 2018 10:04:12 +0100 Subject: ath79: specify "firmware" partition format for TP-LINK Archer C7 v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this change it doesn't require trying parsers one by one. Signed-off-by: Rafał Miłecki --- target/linux/ath79/dts/qca9558_tplink_archer-c7-v2.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9558_tplink_archer-c7-v2.dts') diff --git a/target/linux/ath79/dts/qca9558_tplink_archer-c7-v2.dts b/target/linux/ath79/dts/qca9558_tplink_archer-c7-v2.dts index 10e7a65e81..f6e4604601 100644 --- a/target/linux/ath79/dts/qca9558_tplink_archer-c7-v2.dts +++ b/target/linux/ath79/dts/qca9558_tplink_archer-c7-v2.dts @@ -37,10 +37,11 @@ firmware@20000 { reg = <0x020000 0xfd0000>; + compatible = "tplink,firmware"; }; art: art@ff0000 { reg = <0xff0000 0x010000>; read-only; }; -}; \ No newline at end of file +}; -- cgit v1.2.3