Skip to content

Commit 7584284

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sm6115p-j606f: Enable remoteprocs
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
1 parent ecc61a2 commit 7584284

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,21 @@
8989
status = "okay";
9090
};
9191

92+
&remoteproc_adsp {
93+
firmware-name = "qcom/sm6115/LENOVO/J606F/adsp.mbn";
94+
status = "okay";
95+
};
96+
97+
&remoteproc_cdsp {
98+
firmware-name = "qcom/sm6115/LENOVO/J606F/cdsp.mbn";
99+
status = "okay";
100+
};
101+
102+
&remoteproc_mpss {
103+
firmware-name = "qcom/sm6115/LENOVO/J606F/modem.mbn";
104+
status = "okay";
105+
};
106+
92107
&rpm_requests {
93108
regulators-0 {
94109
compatible = "qcom,rpm-pm6125-regulators";

0 commit comments

Comments
 (0)