diff options
author | Sandeep Maheswaram <quic_c_sanm@quicinc.com> | 2022-06-13 06:30:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-21 16:37:34 +0200 |
commit | 098c4d43b91a269e89f60331a26a3f3b914677ed (patch) | |
tree | a3073e5bbccb22e501c3d4a519f623431710081e /Documentation | |
parent | usb: dwc3: core: Deprecate GCTL.CORESOFTRESET (diff) | |
download | linux-098c4d43b91a269e89f60331a26a3f3b914677ed.tar.xz linux-098c4d43b91a269e89f60331a26a3f3b914677ed.zip |
dt-bindings: usb: dwc3: Add wakeup-source property support
Added support for wakeup-source property. This property can be
used to check and power down the phy during system suspend if
wake up is not supported.
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sandeep Maheswaram <quic_c_sanm@quicinc.com>
Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
Link: https://lore.kernel.org/r/1655094654-24052-2-git-send-email-quic_kriskura@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml index d41265ba8ce2..1779d08ba1c0 100644 --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -343,6 +343,11 @@ properties: This port is used with the 'usb-role-switch' property to connect the dwc3 to type C connector. + wakeup-source: + $ref: /schemas/types.yaml#/definitions/flag + description: + Enable USB remote wakeup. + unevaluatedProperties: false required: |