Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2e9ac0c authored by Xipeng Gu's avatar Xipeng Gu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fix accurate gpio used by Smart PA on Spyro



GPIO68 GPIO73 GPIO74 are used by Smart PA module.

Change-Id: I49b666afe2abb222286ef83d62b23256d67fddce
Signed-off-by: default avatarXipeng Gu <guxipeng@codeaurora.org>
parent fbd9ceb4
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -15,6 +15,31 @@
#include "sdm429w-pm660.dtsi"
#include "sdm429w-camera-sensor-spyro.dtsi"

&cdc_pdm_lines_act {
	mux {
		pins = "gpio68", "gpio73", "gpio74";
		function = "cdc_pdm0";
	};

	config {
		pins = "gpio68", "gpio73", "gpio74";
		drive-strength = <16>;
	};
};

&cdc_pdm_lines_sus {
	mux {
		pins = "gpio68", "gpio73", "gpio74";
		function = "cdc_pdm0";
	};

	config {
		pins = "gpio68", "gpio73", "gpio74";
		drive-strength = <2>;
		bias-disable;
	};
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_hx8399c_hd_vid>;
};