diff options
author | 2024-04-17 17:39:27 +0530 | |
---|---|---|
committer | 2024-04-21 11:21:51 -0500 | |
commit | 99a1c9eedf6098826c0f9dcbda2c23e5dad20244 (patch) | |
tree | 59894b2f27f8631d992d0ab31dbea76be39567a0 | |
parent | arm64: dts: qcom: sc8180x-lenovo-flex-5g: add USB-C orientation GPIOs (diff) | |
download | wireguard-linux-99a1c9eedf6098826c0f9dcbda2c23e5dad20244.tar.xz wireguard-linux-99a1c9eedf6098826c0f9dcbda2c23e5dad20244.zip |
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 <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>
-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; |