arm64: dts: qcom: qcm6490-idp: Enable various remoteprocs
authorKomal Bajaj <quic_kbajaj@quicinc.com>
Wed, 17 Apr 2024 12:09:27 +0000 (17:39 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sun, 21 Apr 2024 16:21:51 +0000 (11:21 -0500)
Enable the ADSP, CDSP, MPSS and WPSS that are found on the SoC.

Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
Link: https://lore.kernel.org/r/20240417120928.32344-2-quic_kbajaj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcm6490-idp.dts

index ac6d741868ca8cde41e5d2019b578c2fc095a3a6..47ca2d000341418d4b5757570dc3ed67ccf1e239 100644 (file)
        status = "okay";
 };
 
+&remoteproc_adsp {
+       firmware-name = "qcom/qcm6490/adsp.mbn";
+       status = "okay";
+};
+
+&remoteproc_cdsp {
+       firmware-name = "qcom/qcm6490/cdsp.mbn";
+       status = "okay";
+};
+
+&remoteproc_mpss {
+       firmware-name = "qcom/qcm6490/modem.mbn";
+       status = "okay";
+};
+
+&remoteproc_wpss {
+       firmware-name = "qcom/qcm6490/wpss.mbn";
+       status = "okay";
+};
+
 &sdhc_1 {
        non-removable;
        no-sd;