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

Commit 000c189c authored by Yeleswarapu Nagaradhesh's avatar Yeleswarapu Nagaradhesh Committed by Kyle Yan
Browse files

ARM: dts: msm: rename wcd-gpio-ctrl to msm-cdc-pinctrl



Rename wcd-gpio-ctrl to msm-cdc-pinctrl as these
changes are not wcd specific.

CRs-fixed: 1028800
Change-Id: Iffc36dd27ae3b651b736acab004d6fff3bdcb2c7
Signed-off-by: default avatarYeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
parent a98daf45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -926,8 +926,8 @@
			&tsif1_sync_active>;		/* dual-tsif-mode2 */
	};

	wcd_rst_gpio: wcd_gpio_ctrl {
		compatible = "qcom,wcd-gpio-ctrl";
	wcd_rst_gpio: msm_cdc_pinctrl@64 {
		compatible = "qcom,msm-cdc-pinctrl";
		qcom,cdc-rst-n-gpio = <&tlmm 64 0>;
		pinctrl-names = "aud_active", "aud_sleep";
		pinctrl-0 = <&cdc_reset_active>;
+2 −2
Original line number Diff line number Diff line
@@ -139,8 +139,8 @@
		#clock-cells = <1>;
	};

	wcd_rst_gpio: wcd_gpio_ctrl@64 {
		compatible = "qcom,wcd-gpio-ctrl";
	wcd_rst_gpio: msm_cdc_pinctrl@64 {
		compatible = "qcom,msm-cdc-pinctrl";
		qcom,cdc-rst-n-gpio = <&tlmm 64 0>;
		pinctrl-names = "aud_active", "aud_sleep";
		pinctrl-0 = <&cdc_reset_active>;