From: Bjorn Andersson Date: Fri, 28 Jan 2022 02:55:13 +0000 (-0800) Subject: arm64: dts: qcom: sm8450-qrd: Enable remoteproc instances X-Git-Tag: v5.18-rc1~145^2~14^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72c370dfbd58b1fe3a7faecabafd6d91213d9ecc;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: sm8450-qrd: Enable remoteproc instances Enable the audio, compute, sensor and modem remoteproc and specify firmware path for these on the Qualcomm SM8450 QRD. Signed-off-by: Bjorn Andersson Reviewed-by: Dmitry Baryshkov Link: https://lore.kernel.org/r/20220128025513.97188-14-bjorn.andersson@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts index b68ab247e6aeb..9526632d4029e 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts @@ -346,6 +346,26 @@ status = "okay"; }; +&remoteproc_adsp { + status = "okay"; + firmware-name = "qcom/sm8450/adsp.mbn"; +}; + +&remoteproc_cdsp { + status = "okay"; + firmware-name = "qcom/sm8450/cdsp.mbn"; +}; + +&remoteproc_mpss { + status = "okay"; + firmware-name = "qcom/sm8450/modem.mbn"; +}; + +&remoteproc_slpi { + status = "okay"; + firmware-name = "qcom/sm8450/slpi.mbn"; +}; + &tlmm { gpio-reserved-ranges = <28 4>, <36 4>; };