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

Commit b8151688 authored by Yeleswarapu Nagaradhesh's avatar Yeleswarapu Nagaradhesh
Browse files

ARM: dts: msm: add codec reset gpio device node for all targets



Add codec reset gpio device tree node for all targets
specifying active and sleep pinctrl states.

CRs-fixed: 988205
Change-Id: I6e1608c9885f789bd818b05a4e044c77b8a0c39b
Signed-off-by: default avatarYeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
parent 2ab415c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -618,6 +618,7 @@
	};

	wcd_rst_gpio: wcd_gpio_ctrl {
		status = "disabled";
		compatible = "qcom,wcd-gpio-ctrl";
		pinctrl-names = "aud_active", "aud_sleep";
		pinctrl-0 = <&cdc_reset_active>;
+4 −0
Original line number Diff line number Diff line
@@ -65,6 +65,10 @@
	status = "okay";
};

&wcd_rst_gpio {
	status = "okay";
};

&ext_codec {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -69,6 +69,10 @@
	status = "okay";
};

&wcd_rst_gpio {
	status = "okay";
};

&int_codec {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
@@ -70,6 +70,10 @@
	status = "okay";
};

&wcd_rst_gpio {
	status = "okay";
};

&ext_codec {
	qcom,model = "msm8953-tasha-snd-card";
	status = "okay";
+4 −0
Original line number Diff line number Diff line
@@ -70,6 +70,10 @@
	status = "okay";
};

&wcd_rst_gpio {
	status = "okay";
};

&ext_codec {
	qcom,model = "msm8953-tasha-snd-card";
	status = "okay";
Loading