arm64: dts: qcom: sm8350-mtp: Enable remoteprocs
authorVinod Koul <vkoul@kernel.org>
Fri, 12 Feb 2021 11:55:31 +0000 (17:25 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 12 Mar 2021 02:22:40 +0000 (20:22 -0600)
This enabled the four remoteprocs found in SM8350, audio, compute, modem
and sensor for MTP platform and adds firmware for them.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210212115532.1339942-7-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8350-mtp.dts

index e544fe6b421feb60fb007043eef44849a52198bb..98a517edd44233dc8e8869a5e08b69aec36daa34 100644 (file)
        };
 };
 
+&adsp {
+       status = "okay";
+       firmware-name = "qcom/sm8350/adsp.mbn";
+};
+
 &apps_rsc {
        pm8350-rpmh-regulators {
                compatible = "qcom,pm8350-rpmh-regulators";
        };
 };
 
+&cdsp {
+       status = "okay";
+       firmware-name = "qcom/sm8350/cdsp.mbn";
+};
+
+&mpss {
+       status = "okay";
+       firmware-name = "qcom/sm8350/modem.mbn";
+};
+
 &qupv3_id_1 {
        status = "okay";
 };
 
+&slpi {
+       status = "okay";
+       firmware-name = "qcom/sm8350/slpi.mbn";
+};
+
 &tlmm {
        gpio-reserved-ranges = <52 8>;
 };