]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Doc: usb: ci-hdrc-usb2: Add phy-clkgate-delay-us entry
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 9 Sep 2015 01:18:15 +0000 (22:18 -0300)
committerPeter Chen <peter.chen@freescale.com>
Thu, 22 Oct 2015 01:24:26 +0000 (09:24 +0800)
Add an entry for the optional 'phy-clkgate-delay-us' property that is
used to describe the delay time between putting PHY into low power
mode and turning off the PHY clock.

Signed-off-by: Li Jun <jun.li@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt

index db48bad84228564d2a9e2929fac0c9d46112d341..77946f57a3a42aa67a6c389cf508e882fe180841 100644 (file)
@@ -51,6 +51,8 @@ Optional properties:
   to external connector device, which provide "USB-HOST" cable events. If one
   of the external connector devices is not required, empty <0> phandle should
   be specified.
+- phy-clkgate-delay-us: the delay time (us) between putting the PHY into
+  low power mode and gating the PHY clock.
 
 Example:
 
@@ -68,4 +70,5 @@ Example:
                tx-burst-size-dword = <0x10>; /* 64 bytes */
                rx-burst-size-dword = <0x10>;
                extcon = <0>, <&usb_id>;
+               phy-clkgate-delay-us = <400>;
        };