]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: msm8998-lenovo-miix-630: enable aDSP and SLPI
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 23 Jul 2024 11:28:29 +0000 (14:28 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 29 Oct 2024 15:11:16 +0000 (10:11 -0500)
Enable two other DSP instances on this platofm, aDSP and SLPI.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://lore.kernel.org/r/20240723-miix630-support-v2-2-7d98f6047a17@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts

index 133999a7ed2a6b0e7cb1f467dc98c1fc566ff44d..2430f17b2356d31c24654faa6f6568ecf2212a1f 100644 (file)
        };
 };
 
+&remoteproc_adsp {
+       firmware-name = "qcom/msm8998/LENOVO/81F1/qcadsp8998.mbn";
+
+       status = "okay";
+};
+
 &remoteproc_mss {
        firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn",
                        "qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn";
 };
 
+&remoteproc_slpi {
+       firmware-name = "qcom/msm8998/LENOVO/81F1/qcslpi8998.mbn";
+
+       status = "okay";
+};
+
 &sdhc2 {
        cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
 };