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

Commit 1bffd504 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

ARM: dts: msm: Use correct GPIO pin for USB type C enablement for msm8937



On msm8937, GPIO 131 is used for enabling USB type C chip. Hence fix
incorrect GPIO pin for USB type C pin enablement on msm8937.

Change-Id: Id7239d251e442eba206f701f80ec735064afc4e6
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent 2ec3aad9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -385,13 +385,13 @@

		usbc_int_default: usbc_int_default {
			mux {
				pins = "gpio97", "gpio133";
				pins = "gpio97", "gpio131";
				function = "gpio";
			};

			config {
				pins = "gpio97", "gpio133";
				drive-strenght = <2>;
				pins = "gpio97", "gpio131";
				drive-strength = <2>;
				bias-pull-up;
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@
			vdd_io-supply = <&pm8937_l5>;
			interrupt-parent = <&tlmm>;
			interrupts = <97 2>;  /* TLMM 97, TRIGGER_FALLING */
			pericom,enb-gpio = <&tlmm 133 0x1>;	/* active low */
			pericom,enb-gpio = <&tlmm 131 0x1>;	/* active low */
			pinctrl-names = "default";
			pinctrl-0 = <&usbc_int_default>;
		};