Commit 73f7731b authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Bjorn Andersson
Browse files

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



Enable mss_pil and slpi_pil and set their firmware paths.

Signed-off-by: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> #db820c
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210926190555.278589-6-y.oudjana@protonmail.com
parent 127dd2f0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -267,6 +267,12 @@
	vdd-gfx-supply = <&vdd_gfx>;
};

&mss_pil {
	status = "okay";

	pll-supply = <&vreg_l12a_1p8>;
};

&pcie0 {
	status = "okay";

@@ -291,6 +297,12 @@
	linux,code = <KEY_VOLUMEDOWN>;
};

&slpi_pil {
	status = "okay";

	px-supply = <&vreg_lvs2a_1p8>;
};

&usb3 {
	status = "okay";
	extcon = <&typec>;
+9 −0
Original line number Diff line number Diff line
@@ -130,6 +130,11 @@
	status = "okay";
};

&mss_pil {
	firmware-name = "qcom/msm8996/gemini/mba.mbn",
			"qcom/msm8996/gemini/modem.mbn";
};

&q6asmdai {
	dai@0 {
		reg = <0>;
@@ -144,6 +149,10 @@
	};
};

&slpi_pil {
	firmware-name = "qcom/msm8996/gemini/slpi.mbn";
};

&sound {
	compatible = "qcom,apq8096-sndcard";
	model = "gemini";
+9 −0
Original line number Diff line number Diff line
@@ -111,6 +111,11 @@
	status = "disabled";
};

&mss_pil {
	firmware-name = "qcom/msm8996/scorpio/mba.mbn",
			"qcom/msm8996/scorpio/modem.mbn";
};

&q6asmdai {
	dai@0 {
		reg = <0>;
@@ -125,6 +130,10 @@
	};
};

&slpi_pil {
	firmware-name = "qcom/msm8996/scorpio/slpi.mbn";
};

&sound {
	compatible = "qcom,apq8096-sndcard";
	model = "scorpio";