Skip to content

Commit 9121250

Browse files
lijuanggKomal-Bajaj
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
1 parent 7d632fd commit 9121250

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,18 @@
294294
status = "okay";
295295
};
296296

297+
&remoteproc_adsp {
298+
firmware-name = "qcom/qcs615/adsp.mbn";
299+
300+
status = "okay";
301+
};
302+
303+
&remoteproc_cdsp {
304+
firmware-name = "qcom/qcs615/cdsp.mbn";
305+
306+
status = "okay";
307+
};
308+
297309
&rpmhcc {
298310
clocks = <&xo_board_clk>;
299311
};

0 commit comments

Comments
 (0)