Skip to content

Commit

Permalink
doc: dt-binding: ci-hdrc-imx: add TPL support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Chen authored and Greg Kroah-Hartman committed Sep 24, 2014
1 parent f6a9ff0 commit c0e602d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Optional properties:
- disable-over-current: disable over current detect
- external-vbus-divider: enables off-chip resistor divider for Vbus
- maximum-speed: limit the maximum connection speed to "full-speed".
- tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts

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

0 comments on commit c0e602d

Please sign in to comment.