aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2018-09-10 07:15:48 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-20 07:13:56 -0400
commitc29e240484ea17c756455149348e59523f462993 (patch)
treefc155282c2a52c0240952338c0f8494479e11518
parent0e4aeab775f9e9358c4bc522b87e9f6e2cfe0973 (diff)
dt-bindings: usb: ohci: Add clocks description for R-Car Gen3
This patch adds detailed information of an optional property "clocks" description for R-Car Gen3. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/devicetree/bindings/usb/usb-ohci.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-ohci.txt b/Documentation/devicetree/bindings/usb/usb-ohci.txt
index a8d2103d1f3d..aaaa5255c972 100644
--- a/Documentation/devicetree/bindings/usb/usb-ohci.txt
+++ b/Documentation/devicetree/bindings/usb/usb-ohci.txt
@@ -12,7 +12,11 @@ Optional properties:
12- no-big-frame-no : boolean, set if frame_no lives in bits [15:0] of HCCA 12- no-big-frame-no : boolean, set if frame_no lives in bits [15:0] of HCCA
13- remote-wakeup-connected: remote wakeup is wired on the platform 13- remote-wakeup-connected: remote wakeup is wired on the platform
14- num-ports : u32, to override the detected port count 14- num-ports : u32, to override the detected port count
15- clocks : a list of phandle + clock specifier pairs 15- clocks : a list of phandle + clock specifier pairs. In case of Renesas
16 R-Car Gen3 SoCs:
17 - if a host only channel: first clock should be host.
18 - if a USB DRD channel: first clock should be host and second one
19 should be peripheral.
16- phys : see usb-hcd.txt in the current directory 20- phys : see usb-hcd.txt in the current directory
17- resets : a list of phandle + reset specifier pairs 21- resets : a list of phandle + reset specifier pairs
18 22