arm64: dts: qcom: sm8450-qrd: Enable remoteproc instances
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 28 Jan 2022 02:55:13 +0000 (18:55 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 4 Feb 2022 21:12:58 +0000 (15:12 -0600)
Enable the audio, compute, sensor and modem remoteproc and specify
firmware path for these on the Qualcomm SM8450 QRD.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220128025513.97188-14-bjorn.andersson@linaro.org
arch/arm64/boot/dts/qcom/sm8450-qrd.dts

index b68ab247e6aeb4c4192193a3f721e7e286d7ad7b..9526632d4029ed3fdd6f42e1cec095a15283fe87 100644 (file)
        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>;
 };