diff options
author | David Bauer <mail@david-bauer.net> | 2018-11-26 19:28:07 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-26 21:27:17 +0100 |
commit | a734450d6f9f2691debda312d490e6f5d8d53b2b (patch) | |
tree | 10a06a14d55d677c8bdf21b42cf95b2773195b28 /target/linux/ath79 | |
parent | df2e6b64d1786c718f1d82f6574cfa3807d7a60d (diff) | |
download | upstream-a734450d6f9f2691debda312d490e6f5d8d53b2b.tar.gz upstream-a734450d6f9f2691debda312d490e6f5d8d53b2b.tar.bz2 upstream-a734450d6f9f2691debda312d490e6f5d8d53b2b.zip |
ath79: add Archer C58/C59 partition compatible
This commit adds firmware partition compatible for the
TP-Link Archer C58 v1 and Archer C59 v1.
Since a22311e 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>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts | 1 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts index ffce955fd3..0e122b4ddc 100644 --- a/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts +++ b/target/linux/ath79/dts/qca9561_tplink_archer-c58-v1.dts @@ -93,6 +93,7 @@ }; partition@20000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x020000 0x7c0000>; }; diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts index 9d4df9a5fc..64778df495 100644 --- a/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts +++ b/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts @@ -116,6 +116,7 @@ }; partition@20000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x020000 0xe30000>; }; |