diff options
author | Roger Quadros <rogerq@kernel.org> | 2023-03-24 14:37:41 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-05 19:08:56 +0200 |
commit | 03f009a9d41f902e4e9e2dd618b35b712e4b67df (patch) | |
tree | c6764436327c398be9c69f297fc426fb9b85a8cf | |
parent | dt-bindings: usb: typec-tcpci: convert to DT schema format (diff) | |
download | linux-03f009a9d41f902e4e9e2dd618b35b712e4b67df.tar.xz linux-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.yaml | 2 |
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 |