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

Commit ec04f7ed authored by Rohit Kumar's avatar Rohit Kumar
Browse files

ARM: dts: msm: Add pinctrl changes for APQ8017



Add pinctrl for codec mclk required for apq8017 smart
audio platform as it has clock source from LPASS instead
of pmic.

CRs-Fixed: 1105456
Change-Id: If0e89afb3da717d13244033c20703b15da8517d5
Signed-off-by: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent e095a648
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -722,6 +722,36 @@
			};
		};

		sec_mi2s_mclk_a_lines {
			sec_mi2s_mclk_a_active: sec_mi2s_mclk_a_active {
				mux {
					pins = "gpio25";
					function = "sec_mi2s_mclk_a";
				};

				config {
					pins = "gpio25";
					drive-strength = <8>; /* 8 MA */
					output-high;
					bias-disable;
				};
			};

			sec_mi2s_mclk_a_sleep: sec_mi2s_mclk_a_sleep {
				mux {
					pins = "gpio25";
					function = "sec_mi2s_mclk_a";
				};

				config {
					pins = "gpio25";
					drive-strength = <2>; /* 2 MA */
					output-low;
					bias-pull-down;
				};
			};
		};

		cdc_reset_ctrl {
			cdc_reset_sleep: cdc_reset_sleep {
				mux {