aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2018-11-29 14:07:59 +0100
committerMathias Kresin <dev@kresin.me>2018-12-06 13:28:22 +0100
commitbc41fb7efee755a1fe1112493365817650c3e2f9 (patch)
tree637718e257983faa50c18301e1ed3c4c6bbf8405 /target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
parentffa55386f17cff29f6c3ffbe873335511e253932 (diff)
downloadupstream-bc41fb7efee755a1fe1112493365817650c3e2f9.tar.gz
upstream-bc41fb7efee755a1fe1112493365817650c3e2f9.tar.bz2
upstream-bc41fb7efee755a1fe1112493365817650c3e2f9.zip
ath79: Define firmware partition format to all boards where applicable
Parsing "firmware" partition (to create kernel + rootfs) was implemented using OpenWrt downstream code enabled by CONFIG_MTD_SPLIT_FIRMWARE. With recent upstream mtd changes we can do it in a more clean way for DTS targets. It just requires adding a proper "compatible" string to the "firmware" partition node. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi')
-rw-r--r--target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi b/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
index 5b8e8dbc68..51b95825d8 100644
--- a/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
+++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
@@ -102,6 +102,7 @@
};
partition@20000 {
+ compatible = "tplink,firmware";
label = "firmware";
reg = <0x020000 0x3d0000>;
};