We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4043003 + 4db0913 commit 5868e0eCopy full SHA for 5868e0e
qcom-fitimage.its
@@ -57,6 +57,10 @@
57
data = /incbin/("./arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dtb");
58
type = "flat_dt";
59
};
60
+ fdt-hamoa-iot-evk.dtb {
61
+ data = /incbin/("./arch/arm64/boot/dts/qcom/hamoa-iot-evk.dtb");
62
+ type = "flat_dt";
63
+ };
64
65
66
configurations {
@@ -132,5 +136,13 @@
132
136
compatible = "qcom,sa8775pv2-qamr2";
133
137
fdt = "fdt-sa8775p-ride-r3.dtb";
134
138
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
146
135
147
148
0 commit comments