summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2014-08-19 09:51:57 +0800
committerPeter Chen <peter.chen@freescale.com>2014-09-26 11:30:20 +0800
commitfe136f2bd427e9fd317619cbbd60a2355b1a8f94 (patch)
treeda1bf3d60ca22a1472e308eb037bc67e2d36df80 /Documentation
parentec8a87629324f324aeb163acc0bf9a8bec8f28f5 (diff)
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
index 881901a59604..269e339fa0e3 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
@@ -31,6 +31,7 @@ at imx6 SoC series
and release the clock to the digital logic inside the analog block,
0 <= osc-clkgate-delay <= 7.
- 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 */
@@ -48,4 +49,5 @@ usb@02184000 { /* USB OTG */
pinctrl-1 = <&pinctrl_usbh2_2>;
osc-clkgate-delay = <0x3>;
maximum-speed = "full-speed";
+ tpl-support;
};