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

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

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

parents 6bba6094 b8151688
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