Skip to content

Commit 7934506

Browse files
Merge pull request #18 from qualcomm-linux/quic-kaushalk-patch-2
Update qcom-fitimage.its
2 parents 30bd412 + 27b2fe3 commit 7934506

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

qcom-fitimage.its

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
data = /incbin/("./arch/arm64/boot/dts/qcom/qcs615-ride.dtb");
4646
type = "flat_dt";
4747
};
48+
fdt-sa8775p-ride.dtb {
49+
data = /incbin/("./arch/arm64/boot/dts/qcom/sa8775p-ride.dtb");
50+
type = "flat_dt";
51+
};
52+
fdt-sa8775p-ride-r3.dtb {
53+
data = /incbin/("./arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dtb");
54+
type = "flat_dt";
55+
};
4856
};
4957

5058
configurations {
@@ -96,5 +104,21 @@
96104
compatible = "qcom,qcs615v1.1-adp";
97105
fdt = "fdt-qcs615-ride.dtb";
98106
};
107+
conf-13 {
108+
compatible = "qcom,sa8775p-qam";
109+
fdt = "fdt-sa8775p-ride.dtb";
110+
};
111+
conf-14 {
112+
compatible = "qcom,sa8775pv2-qam";
113+
fdt = "fdt-sa8775p-ride.dtb";
114+
};
115+
conf-15 {
116+
compatible = "qcom,sa8775p-qamr2";
117+
fdt = "fdt-sa8775p-ride-r3.dtb";
118+
};
119+
conf-16 {
120+
compatible = "qcom,sa8775pv2-qamr2";
121+
fdt = "fdt-sa8775p-ride-r3.dtb";
122+
};
99123
};
100124
};

0 commit comments

Comments
 (0)