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

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

Merge "ASoC: msm8994: Add pinctrl changes for BT and FM"

parents 67225fff 747bfe26
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.