[PATCH v3 1/3] spi: dt-bindings: xilinx: make interrupts optional
Abdurrahman Hussain via B4 Relay
devnull+abdurrahman.nexthop.ai at kernel.org
Sun Jan 18 23:06:22 PST 2026
From: Abdurrahman Hussain <abdurrahman at nexthop.ai>
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 at nexthop.ai>
---
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
More information about the linux-arm-kernel
mailing list