Skip to content

Commit 47d5946

Browse files
lijuanggandersson
authored andcommitted
arm64: dts: qcom: qcs615-ride: enable remoteprocs
Enable all remoteproc nodes on the qcs615-ride board and point to the appropriate firmware files to allow proper functioning of the remote processors. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> Link: https://lore.kernel.org/r/20250526-add_qcs615_remoteproc_support-v4-6-06a7d8bed0b5@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 18b011d commit 47d5946

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615-ride.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,18 @@
240240
status = "okay";
241241
};
242242

243+
&remoteproc_adsp {
244+
firmware-name = "qcom/qcs615/adsp.mbn";
245+
246+
status = "okay";
247+
};
248+
249+
&remoteproc_cdsp {
250+
firmware-name = "qcom/qcs615/cdsp.mbn";
251+
252+
status = "okay";
253+
};
254+
243255
&rpmhcc {
244256
clocks = <&xo_board_clk>;
245257
};

0 commit comments

Comments
 (0)