]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
doc: dt-binding: ci-hdrc-imx: add TPL support
authorPeter Chen <peter.chen@freescale.com>
Tue, 19 Aug 2014 01:51:57 +0000 (09:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:28:41 +0000 (21:28 -0700)
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>
Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt

index 1bae71e9ad47a535929a1f3f4bb6e64b9feb1734..38a548001e3a685d54fdc03b8ee17d7a0b414399 100644 (file)
@@ -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 */
@@ -30,4 +31,5 @@ usb@02184000 { /* USB OTG */
        disable-over-current;
        external-vbus-divider;
        maximum-speed = "full-speed";
+       tpl-support;
 };