Skip to content

Commit 5868e0e

Browse files
Merge pull request #21 from qualcomm-linux/quic-kaushalk-patch-5
Update qcom-fitimage.its
2 parents 4043003 + 4db0913 commit 5868e0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

qcom-fitimage.its

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
data = /incbin/("./arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dtb");
5858
type = "flat_dt";
5959
};
60+
fdt-hamoa-iot-evk.dtb {
61+
data = /incbin/("./arch/arm64/boot/dts/qcom/hamoa-iot-evk.dtb");
62+
type = "flat_dt";
63+
};
6064
};
6165

6266
configurations {
@@ -132,5 +136,13 @@
132136
compatible = "qcom,sa8775pv2-qamr2";
133137
fdt = "fdt-sa8775p-ride-r3.dtb";
134138
};
139+
conf-19 {
140+
compatible = "qcom,hamoa-evk";
141+
fdt = "fdt-hamoa-iot-evk.dtb";
142+
};
143+
conf-20 {
144+
compatible = "qcom,hamoav2.1-evk";
145+
fdt = "fdt-hamoa-iot-evk.dtb";
146+
};
135147
};
136148
};

0 commit comments

Comments
 (0)