summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/usb
diff options
context:
space:
mode:
authorLi Jun <jun.li@nxp.com>2020-03-27 13:29:56 +0800
committerLi Jun <jun.li@nxp.com>2020-03-31 17:10:09 +0800
commit41541f1540b4cdf44d2b8b6ae49d08fd491b2473 (patch)
tree55e9a2fa59d8add39cc760750dc2bad55e182582 /Documentation/devicetree/bindings/usb
parent788a5ebf33f7d1ebe28544c23b13d2011050645d (diff)
MLK-23412-10 usb: dwc3: imx8mp: update binding doc to add one clock
For dwc3-imx8mp, the clock for its power domain hsiomix has to be handled by user, so add the hsio root clock to dwc3 imx8mp binding doc. Reviewed-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Li Jun <jun.li@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r--Documentation/devicetree/bindings/usb/dwc3-imx8mp.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3-imx8mp.txt b/Documentation/devicetree/bindings/usb/dwc3-imx8mp.txt
index 780c4fb89601..bf7b2de9015b 100644
--- a/Documentation/devicetree/bindings/usb/dwc3-imx8mp.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3-imx8mp.txt
@@ -10,8 +10,9 @@ Required properties:
- clocks : A list of phandle + clock-specifier pairs for the
clocks listed in clock-names
- clock-names : Should contain the following:
+ "hsio" hsio root clock
"bus" System bus AXI clock
- "sleep" Sleep clock, used for wakeup.
+ "suspend" Suspend clock, used for wakeup.
- interrupts : specifies interrupt from controller wrapper used
to wakeup from low power/susepnd state.