在 4/23/2025 9:40 PM, Dmitry Baryshkov 写道:
On Wed, Apr 23, 2025 at 05:17:42PM +0800, Lijuan Gao wrote:
Enable all remoteproc nodes on the qcs615-ride board and point to the
appropriate firmware files to allow proper functioning of the remote
processors.
Signed-off-by: Lijuan Gao <quic_liju...@quicinc.com>
---
arch/arm64/boot/dts/qcom/qcs615-ride.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/qcs615-ride.dts
b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
index 2b5aa3c66867..b0db2c3ad409 100644
--- a/arch/arm64/boot/dts/qcom/qcs615-ride.dts
+++ b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
@@ -240,6 +240,16 @@ &qupv3_id_0 {
status = "okay";
};
+&remoteproc_adsp {
+ firmware-name = "qcom/qcs615/adsp.mbn";
+ status = "okay";
Empty line before status properties.
I see, it will be updated in next patch.
+};
+
+&remoteproc_cdsp {
+ firmware-name = "qcom/qcs615/cdsp.mbn";
+ status = "okay";
+};
+
&rpmhcc {
clocks = <&xo_board_clk>;
};
--
2.46.0
--
Thx and BRs
Lijuan Gao