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

Commit ec137d0c authored by Xiaojun Sang's avatar Xiaojun Sang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add device tree entries for qrd msmgold



Enable sound node for internal codec on msmgold qrd.

Change-Id: I701be6d02cc143ba2d6c42e7bf1be51eec23ad24
Signed-off-by: default avatarXiaojun Sang <xsang@codeaurora.org>
parent 056ae332
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@
		   "qcom,msmgold", "qcom,qrd";
	qcom,board-id= <0x1000b 0>;
};

&int_codec {
	qcom,model = "msm8952-sku2-snd-card";
};
+27 −0
Original line number Diff line number Diff line
@@ -77,3 +77,30 @@

	status = "ok";
};

&int_codec {
	status = "okay";
	qcom,msm-mbhc-hphl-swh = <1>;
	qcom,msm-gpios =
		"pri_i2s";
	qcom,pinctrl-names =
		"all_off",
		"pri_i2s_act";
	pinctrl-names =
		"all_off",
		"pri_i2s_act";
	pinctrl-0 = <&cdc_pdm_lines_sus &cdc_pdm_lines_2_sus>;
	pinctrl-1 = <&cdc_pdm_lines_act &cdc_pdm_lines_2_act>;
	qcom,cdc-us-euro-gpios;
	qcom,msm-hs-micbias-type = "internal";
	qcom,audio-routing =
		"RX_BIAS", "MCLK",
		"SPK_RX_BIAS", "MCLK",
		"INT_LDO_H", "MCLK",
		"MIC BIAS External", "Handset Mic",
		"MIC BIAS Internal2", "Headset Mic",
		"MIC BIAS External", "Secondary Mic",
		"AMIC1", "MIC BIAS External",
		"AMIC2", "MIC BIAS Internal2",
		"AMIC3", "MIC BIAS External";
};