aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2021-01-20 18:36:48 +0100
committerPetr Štetiar <ynezz@true.cz>2021-01-22 21:03:11 +0100
commit01a1e21863aa30c7a2c252ff06b9aef0cf957970 (patch)
tree8157324075c0f77d339c13375970448fd948a9b2 /target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts
parented39f7ec1abde0d447a2dde8a8dce8042a3c5b29 (diff)
downloadupstream-01a1e21863aa30c7a2c252ff06b9aef0cf957970.tar.gz
upstream-01a1e21863aa30c7a2c252ff06b9aef0cf957970.tar.bz2
upstream-01a1e21863aa30c7a2c252ff06b9aef0cf957970.zip
kernel: mtdsplit_uimage: replace "openwrt, okli" parser
The only difference between the "openwrt,okli" and the generic parser is the magic. Set this in device tree for all affected devices and remove the "openwrt,okli" parser. Tested-by: Michael Pratt <mcpratt@protonmail.com> # EAP300 v2, ENS202EXT and ENH202 Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts')
-rw-r--r--target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts b/target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts
index 3121ec0e01..7aa89a4cce 100644
--- a/target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts
+++ b/target/linux/ath79/dts/ar9341_engenius_eap300-v2.dts
@@ -4,6 +4,7 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
+#include <dt-bindings/mtd/partitions/uimage.h>
/ {
model = "Engenius EAP300 v2";
@@ -60,7 +61,8 @@
#size-cells = <1>;
partition@0 {
- compatible = "openwrt,okli";
+ compatible = "openwrt,uimage", "denx,uimage";
+ openwrt,ih-magic = <IH_MAGIC_OKLI>;
label = "firmware";
reg = <0x0 0x0>;
};