]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: lemans-evk: Enable remoteproc subsystems
authorWasim Nazir <wasim.nazir@oss.qualcomm.com>
Tue, 16 Sep 2025 10:46:54 +0000 (16:16 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 16 Sep 2025 14:48:05 +0000 (09:48 -0500)
Enable remoteproc subsystems for supported DSPs such as Audio DSP,
Compute DSP-0/1 and Generic DSP-0/1, along with their corresponding
firmware.

Signed-off-by: Wasim Nazir <wasim.nazir@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250916-lemans-evk-bu-v5-6-53d7d206669d@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/lemans-evk.dts

index 99400ff12cfdcec00e19bceb69afa1ebc130300b..d92c089eff393f37423e0fcc3a72a14c66236fe0 100644 (file)
        status = "okay";
 };
 
+&remoteproc_adsp {
+       firmware-name = "qcom/sa8775p/adsp.mbn";
+
+       status = "okay";
+};
+
+&remoteproc_cdsp0 {
+       firmware-name = "qcom/sa8775p/cdsp0.mbn";
+
+       status = "okay";
+};
+
+&remoteproc_cdsp1 {
+       firmware-name = "qcom/sa8775p/cdsp1.mbn";
+
+       status = "okay";
+};
+
+&remoteproc_gpdsp0 {
+       firmware-name = "qcom/sa8775p/gpdsp0.mbn";
+
+       status = "okay";
+};
+
+&remoteproc_gpdsp1 {
+       firmware-name = "qcom/sa8775p/gpdsp1.mbn";
+
+       status = "okay";
+};
+
 &sleep_clk {
        clock-frequency = <32768>;
 };