diff mbox series

[OpenWrt-Devel,5/8] ipq40xx: specify "firmware" partition format for Compex WPJ428

Message ID 208a8762f542bddd18e7f8cb4854d35f6651ce19.1544369598.git.chunkeey@gmail.com
State Superseded, archived
Headers show
Series [OpenWrt-Devel,1/8] kernel: add DT binding support to the fit parser | expand

Commit Message

Christian Lamparter Dec. 9, 2018, 3:34 p.m. UTC
Specify firmware partition format by compatible string.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---
 .../ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts
index 57c5aaa564..c2cdb06113 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts
@@ -221,6 +221,7 @@ 
 				read-only;
 			};
 			partition6@180000 {
+				compatible = "openwrt,fit-firmware";
 				label = "firmware";
 				reg = <0x00180000 0x01e80000>;
 			};