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>
21 lines
336 B
Plaintext
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";
|
|
};
|