From: David Bauer Date: Mon, 26 Nov 2018 18:25:19 +0000 (+0100) Subject: ath79: add firmware partition compatible for OCEDO X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=df2e6b64d1786c718f1d82f6574cfa3807d7a60d;p=openwrt%2Fstaging%2Fblogic.git ath79: add firmware partition compatible for OCEDO This commit adds firmware partition compatible for the OCEDO Raccoon and OCEDO Koala. Since a22311e this allows to select the correct mtdsplit parser instead of trying all available ones one by one. Signed-off-by: David Bauer --- diff --git a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts index 206619ef5c9d..eb7219b6f9d7 100644 --- a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts +++ b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts @@ -105,6 +105,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0x740000>; }; diff --git a/target/linux/ath79/dts/qca9558_ocedo_koala.dts b/target/linux/ath79/dts/qca9558_ocedo_koala.dts index 748eec823bfa..d87ddc48ae18 100644 --- a/target/linux/ath79/dts/qca9558_ocedo_koala.dts +++ b/target/linux/ath79/dts/qca9558_ocedo_koala.dts @@ -101,6 +101,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0x740000>; };