[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230324133741.43408-1-rogerq@kernel.org>
Date: Fri, 24 Mar 2023 15:37:41 +0200
From: Roger Quadros <rogerq@...nel.org>
To: heikki.krogerus@...ux.intel.com, gregkh@...uxfoundation.org,
robh+dt@...nel.org
Cc: vigneshr@...com, srk@...com, r-gunasekaran@...com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Roger Quadros <rogerq@...nel.org>
Subject: [PATCH] dt-bindings: usb: tps6598x: make interrupts optional
The driver can poll for interrupt status so interrupts
can be optional. It is still recommended to use the
interrupt line. Polling should only be used for debug
and prototyping.
Signed-off-by: Roger Quadros <rogerq@...nel.org>
---
Documentation/devicetree/bindings/usb/ti,tps6598x.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
index 348a715d61f4..8c2db282735a 100644
--- a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
@@ -35,8 +35,6 @@ properties:
required:
- compatible
- reg
- - interrupts
- - interrupt-names
additionalProperties: true
--
2.34.1
Powered by blists - more mailing lists