[PATCH v3 1/3] spi: dt-bindings: xilinx: make interrupts optional
From: Abdurrahman Hussain via B4 Relay
Date: Mon Jan 19 2026 - 02:06:34 EST
From: Abdurrahman Hussain <abdurrahman@xxxxxxxxxx>
Both the hardware and driver already support polling mode. By removing
the mandatory IRQ requirement during probe, the driver can now fall
back to polling when an interrupt is unavailable, ensuring
compatibility with a wider range of systems.
Signed-off-by: Abdurrahman Hussain <abdurrahman@xxxxxxxxxx>
---
Documentation/devicetree/bindings/spi/spi-xilinx.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/spi/spi-xilinx.yaml b/Documentation/devicetree/bindings/spi/spi-xilinx.yaml
index 4beb3af0416d..24e62530d432 100644
--- a/Documentation/devicetree/bindings/spi/spi-xilinx.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-xilinx.yaml
@@ -38,7 +38,6 @@ properties:
required:
- compatible
- reg
- - interrupts
unevaluatedProperties: false
--
2.52.0