From: Jisheng Zhang Date: Sun, 6 Aug 2023 09:20:55 +0000 (+0800) Subject: dt-bindings: serial: snps-dw-apb-uart: make interrupt optional X-Git-Tag: v6.6-rc1~101^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f0dff15a96add74e8367bd1bca3085180ce80b;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Rob Herring Link: https://lore.kernel.org/r/20230806092056.2467-2-jszhang@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml index 3862411c77b52..17c553123f96e 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