immortalwrt/target/linux/ath79/dts/qca9558_domywifi_dw33d-nor.dts
Bjørn Mork 2972989ef6 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>
2021-01-23 12:17:18 +08:00

21 lines
336 B
Plaintext

#include "qca9558_domywifi_dw33d.dts"
/ {
compatible = "domywifi,dw33d-nor", "qca,qca9558";
model = "DomyWifi DW33D (NOR)";
};
&okli_firmware {
compatible = "openwrt,uimage", "denx,uimage";
openwrt,ih-magic = <IH_MAGIC_OKLI>;
label = "firmware";
};
&nand_kernel {
label = "nand-kernel";
};
&nand_ubi {
label = "nand-ubi";
};