Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / 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;
 };