[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0b4904fa-ae9f-44e0-96a8-f5f1ef57f36c@lunn.ch>
Date: Sat, 17 Jan 2026 01:41:19 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Abdurrahman Hussain <abdurrahman@...thop.ai>
Cc: Mark Brown <broonie@...nel.org>, Michal Simek <michal.simek@....com>,
linux-spi@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] spi: dt-bindings: xilinx: make interrupts optional
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@...thop.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
Powered by blists - more mailing lists