]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Doc: usb: ci-hdrc-usb2: add itc-setting at binding doc
authorPeter Chen <peter.chen@freescale.com>
Wed, 15 Jul 2015 05:53:05 +0000 (13:53 +0800)
committerPeter Chen <peter.chen@freescale.com>
Fri, 14 Aug 2015 01:13:11 +0000 (09:13 +0800)
It is used to configure the ITC (in register USBCMD) value
for kinds of applications.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt

index 553e2fae3a76f5be43b6fa2bfc00b18756892b44..4159c8cf78e3cc6697ab91d86337a8463a55a6cf 100644 (file)
@@ -30,6 +30,8 @@ Optional properties:
   argument that indicate usb controller index
 - disable-over-current: (FSL only) disable over current detect
 - external-vbus-divider: (FSL only) enables off-chip resistor divider for Vbus
+- itc-setting: interrupt threshold control register control, the setting
+  should be aligned with ITC bits at register USBCMD.
 
 Example:
 
@@ -41,4 +43,5 @@ Example:
                phys = <&usb_phy0>;
                phy-names = "usb-phy";
                vbus-supply = <&reg_usb0_vbus>;
+               gadget-itc-setting = <0x4>; /* 4 micro-frames */
        };