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

Commit c0e602db authored by Peter Chen's avatar Peter Chen Committed by Greg Kroah-Hartman
Browse files

doc: dt-binding: ci-hdrc-imx: add TPL support



TPL (Targeted Peripheral List) is needed for targets host
(OTG and Embedded Hosts) for usb certification and other
vendor specific requirements.

Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f6a9ff07
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@ Optional properties:
- disable-over-current: disable over current detect
- disable-over-current: disable over current detect
- external-vbus-divider: enables off-chip resistor divider for Vbus
- external-vbus-divider: enables off-chip resistor divider for Vbus
- maximum-speed: limit the maximum connection speed to "full-speed".
- maximum-speed: limit the maximum connection speed to "full-speed".
- tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts


Examples:
Examples:
usb@02184000 { /* USB OTG */
usb@02184000 { /* USB OTG */
@@ -30,4 +31,5 @@ usb@02184000 { /* USB OTG */
	disable-over-current;
	disable-over-current;
	external-vbus-divider;
	external-vbus-divider;
	maximum-speed = "full-speed";
	maximum-speed = "full-speed";
	tpl-support;
};
};