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

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

Merge "dt-bindings: usb: Add genoa extcon notifier driver description"

parents 7dab1183 6bdfa439
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
QCOM VBUS GENOA EXTCON driver

Required properties:

 - compatible		: must be "qcom,genoa-extcon"
 - genoa_vbus_det	: Should specify GPIO for vbus detection.
 - genoa_usb_id		: Should specify GPIO for USB ID.
 - genoa_usb_oe_n	: Should specify GPIO for switch enable/disable.

Example:

	genoa: qcom,genoa-extcon {
		compatible = "qcom,genoa-extcon";
		genoa_vbus_det = <&tlmm 19 0x00>;
		genoa_usb_id = <&tlmm 111 0x00>;
		genoa_usb_oe_n = <&tlmm 24 GPIO_ACTIVE_LOW>;
		status = "ok";
	};