diff mbox series

[OpenWrt-Devel,4/8] ipq40xx: specify "firmware" partition format for ZyXEL WRE6606

Message ID 0f27866c474dab2afdbfacfd02417fc8b0fadfca.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>
---
 .../files-4.14/arch/arm/boot/dts/qcom-ipq4018-wre6606.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-ipq4018-wre6606.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-wre6606.dts
index 996d64c12f..7e65efff1a 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-wre6606.dts
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-wre6606.dts
@@ -222,6 +222,7 @@ 
 			};
 
 			partition8@180000 {
+				compatible = "openwrt,fit-firmware";
 				label = "firmware";
 				reg = <0x00180000 0x00ce0000>;
 			};