Skip to content

Commit c0e602d

Browse files
Peter Chengregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f6a9ff0 commit c0e602d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Optional properties:
1919
- disable-over-current: disable over current detect
2020
- external-vbus-divider: enables off-chip resistor divider for Vbus
2121
- maximum-speed: limit the maximum connection speed to "full-speed".
22+
- tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
2223

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

0 commit comments

Comments
 (0)