mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 11:11:22 -04:00
arm64: dts: qcom: msm8998-lenovo-miix-630: enable aDSP and SLPI
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
50b2a9c396
commit
08cc19ba96
@@ -43,11 +43,23 @@ keyboard@3a {
|
||||
};
|
||||
};
|
||||
|
||||
&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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user