arm64: dts: qcom: msm8996-xiaomi-*: Enable MSS and SLPI

Enable mss_pil and slpi_pil and set their firmware paths.

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> #db820c
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210926190555.278589-6-y.oudjana@protonmail.com
This commit is contained in:
Yassine Oudjana
2021-09-26 19:06:45 +00:00
committed by Bjorn Andersson
parent 127dd2f08d
commit 73f7731b68
3 changed files with 30 additions and 0 deletions

View File

@@ -267,6 +267,12 @@
vdd-gfx-supply = <&vdd_gfx>; vdd-gfx-supply = <&vdd_gfx>;
}; };
&mss_pil {
status = "okay";
pll-supply = <&vreg_l12a_1p8>;
};
&pcie0 { &pcie0 {
status = "okay"; status = "okay";
@@ -291,6 +297,12 @@
linux,code = <KEY_VOLUMEDOWN>; linux,code = <KEY_VOLUMEDOWN>;
}; };
&slpi_pil {
status = "okay";
px-supply = <&vreg_lvs2a_1p8>;
};
&usb3 { &usb3 {
status = "okay"; status = "okay";
extcon = <&typec>; extcon = <&typec>;

View File

@@ -130,6 +130,11 @@
status = "okay"; status = "okay";
}; };
&mss_pil {
firmware-name = "qcom/msm8996/gemini/mba.mbn",
"qcom/msm8996/gemini/modem.mbn";
};
&q6asmdai { &q6asmdai {
dai@0 { dai@0 {
reg = <0>; reg = <0>;
@@ -144,6 +149,10 @@
}; };
}; };
&slpi_pil {
firmware-name = "qcom/msm8996/gemini/slpi.mbn";
};
&sound { &sound {
compatible = "qcom,apq8096-sndcard"; compatible = "qcom,apq8096-sndcard";
model = "gemini"; model = "gemini";

View File

@@ -111,6 +111,11 @@
status = "disabled"; status = "disabled";
}; };
&mss_pil {
firmware-name = "qcom/msm8996/scorpio/mba.mbn",
"qcom/msm8996/scorpio/modem.mbn";
};
&q6asmdai { &q6asmdai {
dai@0 { dai@0 {
reg = <0>; reg = <0>;
@@ -125,6 +130,10 @@
}; };
}; };
&slpi_pil {
firmware-name = "qcom/msm8996/scorpio/slpi.mbn";
};
&sound { &sound {
compatible = "qcom,apq8096-sndcard"; compatible = "qcom,apq8096-sndcard";
model = "scorpio"; model = "scorpio";