diff options
author | Komal Bajaj <[email protected]> | 2024-04-17 17:39:27 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-21 11:21:51 -0500 |
commit | 99a1c9eedf6098826c0f9dcbda2c23e5dad20244 (patch) | |
tree | 59894b2f27f8631d992d0ab31dbea76be39567a0 | |
parent | d2dbb1047e05d68b4f031fd50717cf3d2016268f (diff) |
arm64: dts: qcom: qcm6490-idp: Enable various remoteprocs
Enable the ADSP, CDSP, MPSS and WPSS that are found on the SoC.
Signed-off-by: Komal Bajaj <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts index ac6d741868ca..47ca2d000341 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts @@ -621,6 +621,26 @@ 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; |