]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: qcs615-ride: enable remoteprocs
authorLijuan Gao <quic_lijuang@quicinc.com>
Mon, 26 May 2025 05:21:52 +0000 (13:21 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 18 Jun 2025 04:08:31 +0000 (23:08 -0500)
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>
arch/arm64/boot/dts/qcom/qcs615-ride.dts

index 2b5aa3c66867676bda59ff82b902b6e4974126f8..a6652e4817d1c218c7981b04daeb035e2852ac1a 100644 (file)
        status = "okay";
 };
 
+&remoteproc_adsp {
+       firmware-name = "qcom/qcs615/adsp.mbn";
+
+       status = "okay";
+};
+
+&remoteproc_cdsp {
+       firmware-name = "qcom/qcs615/cdsp.mbn";
+
+       status = "okay";
+};
+
 &rpmhcc {
        clocks = <&xo_board_clk>;
 };