Skip to content

Commit 7bb15af

Browse files
committed
ITS: Update SoC revision entries
Add new Lemans and Talos soc-revisions that work with same DTB. Signed-off-by: Amrit Anand <[email protected]>
1 parent 9ccb279 commit 7bb15af

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

qcom-fitimage.its

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,32 @@
6969
fdt = "fdt-lemans-evk.dtb";
7070
};
7171
conf-6 {
72+
compatible = "qcom,qcs9075v2-iot";
73+
fdt = "fdt-lemans-evk.dtb";
74+
};
75+
conf-7 {
7276
compatible = "qcom,qcs9100-qam";
7377
fdt = "fdt-qcs9100-ride.dtb";
7478
};
75-
conf-7 {
79+
conf-8 {
80+
compatible = "qcom,qcs9100v2-qam";
81+
fdt = "fdt-qcs9100-ride.dtb";
82+
};
83+
conf-9 {
7684
compatible = "qcom,qcs8300-adp";
7785
fdt = "fdt-qcs8300-ride.dtb";
7886
};
79-
conf-8 {
87+
conf-10 {
8088
compatible = "qcom,qcs8275-iot";
8189
fdt = "fdt-monaco-evk.dtb";
8290
};
83-
conf-9 {
91+
conf-11 {
8492
compatible = "qcom,qcs615-adp";
8593
fdt = "fdt-qcs615-ride.dtb";
8694
};
95+
conf-12 {
96+
compatible = "qcom,qcs615v1.1-adp";
97+
fdt = "fdt-qcs615-ride.dtb";
98+
};
8799
};
88100
};

0 commit comments

Comments
 (0)