diff options
author | Jisheng Zhang <[email protected]> | 2023-08-06 17:20:55 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-08-22 15:29:29 +0200 |
commit | e9f0dff15a96add74e8367bd1bca3085180ce80b (patch) | |
tree | 1ee13d53a133188004809bff7d28d01cb7c707c1 | |
parent | 5abd01145d0cc6cd1b7c2fe6ee0b9ea0fa13671e (diff) |
dt-bindings: serial: snps-dw-apb-uart: make interrupt optional
The driver fall back to poll style when there's no irq. "poll" still
looks better than no support.
Signed-off-by: Jisheng Zhang <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml index 3862411c77b5..17c553123f96 100644 --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml @@ -117,7 +117,6 @@ properties: required: - compatible - reg - - interrupts unevaluatedProperties: false |