devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: usb: tps6598x: Add wakeup property
@ 2023-01-05  7:50 Jun Nie
  2023-01-05  7:50 ` [PATCH 2/2] usb: typec: tipd: Support wakeup Jun Nie
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jun Nie @ 2023-01-05  7:50 UTC (permalink / raw)
  To: heikki.krogerus, gregkh, linux-usb, linux-kernel, robh+dt,
	krzysztof.kozlowski+dt, devicetree
  Cc: sven, shawn.guo, bryan.odonoghue, Jun Nie

Add wakeup property description. People can enable it with adding
the property.

Signed-off-by: Jun Nie <jun.nie@linaro.org>
---
 Documentation/devicetree/bindings/usb/ti,tps6598x.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
index fef4acdc4773..348a715d61f4 100644
--- a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
@@ -23,6 +23,8 @@ properties:
   reg:
     maxItems: 1
 
+  wakeup-source: true
+
   interrupts:
     maxItems: 1
 
@@ -48,6 +50,7 @@ examples:
         tps6598x: tps6598x@38 {
             compatible = "ti,tps6598x";
             reg = <0x38>;
+            wakeup-source;
 
             interrupt-parent = <&msmgpio>;
             interrupts = <107 IRQ_TYPE_LEVEL_LOW>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-06  9:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05  7:50 [PATCH 1/2] dt-bindings: usb: tps6598x: Add wakeup property Jun Nie
2023-01-05  7:50 ` [PATCH 2/2] usb: typec: tipd: Support wakeup Jun Nie
2023-01-05 11:05   ` Bryan O'Donoghue
2023-01-06  1:45     ` Jun Nie
2023-01-05 11:49   ` Heikki Krogerus
2023-01-05 10:56 ` [PATCH 1/2] dt-bindings: usb: tps6598x: Add wakeup property Bryan O'Donoghue
2023-01-06  9:19 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).