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

Commit 747bfe26 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: msm8994: Add pinctrl changes for BT and FM



AUXPCM and MI2S gpios are used for Bluetooth and FM. Configure
AUXPCM and MI2S gpios using pin control method. Change enables
Bluetooth and FM usecases.

Change-Id: Iea24c060e01036f694ec60f16f12024e917131ea
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 29fdcf36
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1093,6 +1093,9 @@ Required properties:
- qcom,model : The user-visible name of this sound card.
- clock-names : clock name defined for external clock.
- clocks : external clock defined for codec clock.
- pinctrl-names : pinctrl state names for each pin group configuration.
- pinctrl-x : defines pinctrl state for each pin group

Example:

	sound {
@@ -1100,4 +1103,12 @@ Example:
		qcom,model = "msm8994-tomtom-snd-card";
		clock-names = "osr_clk";
		clocks = <&clock_rpm clk_div_clk1>;
		pinctrl-names= "mi2s-sleep",
				"mi2s-active",
				"auxpcm-sleep",
				"auxpcm-active";
		pinctrl-0 = <&pri_mi2s_sleep>;
		pinctrl-1 = <&pri_mi2s_active>;
		pinctrl-2 = <&sec_aux_pcm_sleep>;
		pinctrl-3 = <&sec_aux_pcm_active>;
	};
+411 −266

File changed.

Preview size limit exceeded, changes collapsed.