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

Commit 3473f7a1 authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add sound node for SKUT1



Add sound node SKUT1 with only 1 headset mic.

Change-Id: I6c0171b235af6c9acb5b2d320bac62e894e8dc3b
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent a02d52c2
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -14,6 +14,32 @@
#include "msm8916-qrd.dtsi"
#include "dsi-panel-nt35521-wxga-video.dtsi"

&soc {
	sound {
		compatible = "qcom,msm8x16-audio-codec";
		qcom,model = "msm8x16-skut1-snd-card";
		qcom,msm-snd-card-id = <0>;
		qcom,msm-ext-pa = "primary";
		qcom,msm-codec-type = "internal";
		qcom,msm-mbhc-hphl-swh = <1>;
		qcom,msm-mbhc-gnd-swh = <0>;
		qcom,msm-hs-micbias-type = "internal";
		qcom,msm-micbias1-ext-cap;
		qcom,audio-routing =
			"RX_BIAS", "MCLK",
			"SPK_RX_BIAS", "MCLK",
			"INT_LDO_H", "MCLK",
			"MIC BIAS External", "Handset Mic",
			"MIC BIAS Internal2", "Headset Mic",
			"AMIC1", "MIC BIAS External",
			"AMIC2", "MIC BIAS Internal2";
		pinctrl-names = "cdc_lines_act",
				"cdc_lines_sus";
		pinctrl-0 = <&cdc_pdm_lines_act>;
		pinctrl-1 = <&cdc_pdm_lines_sus>;
	};
};

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};