arm64: dts: qcom: sm6115p-j606f: Enable remoteprocs
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Fri, 7 Apr 2023 19:54:43 +0000 (21:54 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 7 Apr 2023 23:03:31 +0000 (16:03 -0700)
Enable the [AC]DSP and MPSS and specify the firmware paths.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230406-topic-lenovo_features-v2-3-625d7cb4a944@linaro.org
arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts

index cd47fbc993baf579b2746ac70aeb112c830299e1..bc232deb802b9a67fbcccac7dd353d789de06093 100644 (file)
        status = "okay";
 };
 
+&remoteproc_adsp {
+       firmware-name = "qcom/sm6115/LENOVO/J606F/adsp.mbn";
+       status = "okay";
+};
+
+&remoteproc_cdsp {
+       firmware-name = "qcom/sm6115/LENOVO/J606F/cdsp.mbn";
+       status = "okay";
+};
+
+&remoteproc_mpss {
+       firmware-name = "qcom/sm6115/LENOVO/J606F/modem.mbn";
+       status = "okay";
+};
+
 &rpm_requests {
        regulators-0 {
                compatible = "qcom,rpm-pm6125-regulators";