summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2023-03-24 15:37:41 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-05 19:08:56 +0200
commit03f009a9d41f902e4e9e2dd618b35b712e4b67df (patch)
treec6764436327c398be9c69f297fc426fb9b85a8cf
parentbe15c65ad027f467c856ae9d2cbabaa62680506a (diff)
downloadlinux-stable-03f009a9d41f902e4e9e2dd618b35b712e4b67df.tar.gz
linux-stable-03f009a9d41f902e4e9e2dd618b35b712e4b67df.tar.bz2
linux-stable-03f009a9d41f902e4e9e2dd618b35b712e4b67df.zip
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@kernel.org> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230324133741.43408-1-rogerq@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/devicetree/bindings/usb/ti,tps6598x.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
index 7d9c5e786e42..39f8d8a5780a 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