[PATCH 3/3] spi: dt-bindings: xilinx: make interrupts optional
Andrew Lunn
andrew at lunn.ch
Fri Jan 16 16:41:19 PST 2026
On Fri, Jan 16, 2026 at 11:35:35PM +0000, Abdurrahman Hussain wrote:
> This makes the driver work on platforms where interrupts are either not
> provided or broken.
>
> Signed-off-by: Abdurrahman Hussain <abdurrahman at nexthop.ai>
To get a Reviewed-by: for this patch you will need to Cc:the device
tree Maintainers.
https://docs.kernel.org/devicetree/bindings/submitting-patches.html
This is also version 2 of the patch, so you should of marked this as v2.
https://docs.kernel.org/process/submitting-patches.html
> ---
> Documentation/devicetree/bindings/spi/spi-xilinx.yaml | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-xilinx.yaml b/Documentation/devicetree/bindings/spi/spi-xilinx.yaml
> index 4beb3af0416d..8296edde61b0 100644
> --- a/Documentation/devicetree/bindings/spi/spi-xilinx.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-xilinx.yaml
> @@ -23,7 +23,7 @@ properties:
> maxItems: 1
>
> interrupts:
> - maxItems: 1
> + maxItems: 1 # optional
I suspect the DT Maintainer won't link this comment. All properties
are optional unless they are listed in the required: section.
Andrew
More information about the linux-arm-kernel
mailing list