diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-03-03 22:43:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-09 09:43:52 -0800 |
commit | 05db0dcc70c61bb51d01845e558bd43add5d55bb (patch) | |
tree | 1fb804a9bcb37890c24a47aa61603f855d18355b /Documentation/devicetree/bindings/usb/usb-xhci.txt | |
parent | 01812ba34a9a7756a46a54f25ba0f02e727ff35c (diff) | |
download | lwn-05db0dcc70c61bb51d01845e558bd43add5d55bb.tar.gz lwn-05db0dcc70c61bb51d01845e558bd43add5d55bb.zip |
dt-bindings: usb: add the documentation for USB HCDs
A USB HCD may have several PHYs which need to be configured before the
the HCD starts working.
This adds the documentation for such a USB HCD as well as a reference to
the new "usb-hcd.txt" from all bindings that implement a USB HCD which
support one USB PHY per port.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Tested-by: Yixun Lan <yixun.lan@amlogic.com>
Tested-by: Neil Armstrong <narmstrong@baylibre.con>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/usb-xhci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb-xhci.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt index e2ea59bbca93..2f7663bb69ff 100644 --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt @@ -32,6 +32,11 @@ Optional properties: - usb3-lpm-capable: determines if platform is USB3 LPM capable - quirk-broken-port-ped: set if the controller has broken port disable mechanism - imod-interval-ns: default interrupt moderation interval is 5000ns + - phys : see usb-hcd.txt in the current directory + +additionally the properties from usb-hcd.txt (in the current directory) are +supported. + Example: usb@f0931000 { |