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

Commit 42710253 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 41a15d9d d2e9ac0c
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>;
};