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

Commit 4be54346 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add USB2.0 VBUS detection on QCS405 SSRD"

parents eb5e4962 1355736c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -91,3 +91,17 @@
&qnand_1 {
	status = "ok";
};

&soc {
	usb2_extcon: usb2_extcon {
		compatible = "linux,extcon-usb-gpio";
		vbus-gpio = <&tlmm 27 GPIO_ACTIVE_HIGH>;

		pinctrl-names = "default";
		pinctrl-0 = <&usb2_ssrd_det_default>;
	};
};

&usb2s {
	extcon = <&usb2_extcon>;
};
+9 −0
Original line number Diff line number Diff line
@@ -1012,6 +1012,15 @@
			};
		};

		usb2_ssrd_det_default: usb2_ssrd_det_default {
			config {
				pins = "gpio27";
				drive-strength = <2>;
				bias-pull-down;
				input-enable;
			};
		};

		pri_mi2s_mclk {
			pri_mi2s_mclk_sleep: pri_mi2s_mclk_sleep {
				mux {