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

Commit c8bc948f 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: Use correct GPIO pin for USB type C enablement for msm8937"

parents bf816242 1bffd504
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>;
		};