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

Commit e05d549d 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 support for USB detection for QCS605 IPC device"

parents bb94e8fb abf02db1
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -66,6 +66,15 @@
			bias-disable;
			};
	};

	usb_vbus_det_default: usb_vbus_det_default {
		config {
			pins = "gpio26";
			drive-strength = <2>;
			bias-pull-up;
			input-enable;
		};
	};
};

&sdhc_2 {
@@ -83,6 +92,20 @@
	status = "ok";
};

&soc {
	extcon_usb1: extcon_usb1 {
		compatible = "linux,extcon-usb-gpio";
		id-gpio = <&tlmm 26 0x1>;

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

&usb0 {
	extcon = <&extcon_usb1 &extcon_usb1>;
};

&msm_sdw_codec {
	status = "disabled";
};