Skip to content

Commit 6727f6a

Browse files
bibekpatroshashim-quic
authored andcommitted
FROMLIST: arm64: dts: qcom: shikra-iqs: Enable CDSP, LPAICP and MPSS
Enable CDSP, LPAICP and MPSS for Qualcomm's Shikra IQS EVK board. Signed-off-by: Bibek Kumar Patro <bibek.patro@oss.qualcomm.com> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260525-shikra-dt-m1-v1-12-f51a9838dbaa@oss.qualcomm.com
1 parent 8e0a46a commit 6727f6a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@
2323
};
2424
};
2525

26+
&remoteproc_cdsp {
27+
firmware-name = "qcom/shikra/cdsp.mbn";
28+
29+
status = "okay";
30+
};
31+
32+
&remoteproc_lpaicp {
33+
firmware-name = "qcom/shikra/lpaicp.mbn",
34+
"qcom/shikra/lpaicp_dtb.mbn";
35+
36+
status = "okay";
37+
};
38+
39+
&remoteproc_mpss {
40+
firmware-name = "qcom/shikra/cqs/qdsp6sw.mbn";
41+
42+
status = "okay";
43+
};
44+
2645
&sdhc_1 {
2746
vmmc-supply = <&pm8150_l17>;
2847
vqmmc-supply = <&pm8150_s4>;

0 commit comments

Comments
 (0)