Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Peter Chen and committed by
Greg Kroah-Hartman
c0e602db f6a9ff07

+2
+2
Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
··· 19 19 - disable-over-current: disable over current detect 20 20 - external-vbus-divider: enables off-chip resistor divider for Vbus 21 21 - maximum-speed: limit the maximum connection speed to "full-speed". 22 + - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts 22 23 23 24 Examples: 24 25 usb@02184000 { /* USB OTG */ ··· 31 30 disable-over-current; 32 31 external-vbus-divider; 33 32 maximum-speed = "full-speed"; 33 + tpl-support; 34 34 };