diff options
author | Pratyush Anand <pratyush.anand@st.com> | 2014-07-04 16:01:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-10 00:41:34 +0200 |
commit | 20f6fdd01c2c0de9cc1109083222edded24c5350 (patch) | |
tree | c14b9c2e661ff10dfbc44181eb57bc3b869a2734 /Documentation/devicetree/bindings/usb/usb-xhci.txt | |
parent | xhci: Platform: Add (en/dis)able_usb3_lpm_timeout (diff) | |
download | linux-20f6fdd01c2c0de9cc1109083222edded24c5350.tar.xz linux-20f6fdd01c2c0de9cc1109083222edded24c5350.zip |
xhci: Platform: Set xhci lpm support quirk based on platform data
If an xhci platform supports USB3 LPM capability then enable
XHCI_LPM_SUPPORT quirk flag.
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt index 5a79377c6a96..86f67f0886bc 100644 --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt @@ -9,8 +9,9 @@ Required properties: register set for the device. - interrupts: one XHCI interrupt should be described here. -Optional property: +Optional properties: - clocks: reference to a clock + - usb3-lpm-capable: determines if platform is USB3 LPM capable Example: usb@f0931000 { |