[PATCH 6/8] dt-bindings: usb: qcom,dwc3: add wakeup-source property

Johan Hovold posted 8 patches 3 years, 8 months ago
There is a newer version of this series
[PATCH 6/8] dt-bindings: usb: qcom,dwc3: add wakeup-source property
Posted by Johan Hovold 3 years, 8 months ago
Add a wakeup-source property to the binding to describe whether the
wakeup interrupts can wake the system from suspend.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
index fea3e7092ace..f6e118bf04f6 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
@@ -108,6 +108,8 @@ properties:
       HS/FS/LS modes are supported.
     type: boolean
 
+  wakeup-source: true
+
 # Required child node:
 
 patternProperties:
-- 
2.35.1
Re: [PATCH 6/8] dt-bindings: usb: qcom,dwc3: add wakeup-source property
Posted by Rob Herring 3 years, 8 months ago
On Tue, 02 Aug 2022 17:14:02 +0200, Johan Hovold wrote:
> Add a wakeup-source property to the binding to describe whether the
> wakeup interrupts can wake the system from suspend.
> 
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---
>  Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>