spi: dt-bindings: xilinx: make interrupts optional

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@nexthop.ai>
Link: https://patch.msgid.link/20260119-spi-xilinx-v3-1-4566c33bac0d@nexthop.ai
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Abdurrahman Hussain
2026-01-19 07:06:22 +00:00
committed by Mark Brown
parent 24d479d26b
commit b603500de2

View File

@@ -38,7 +38,6 @@ properties:
required:
- compatible
- reg
- interrupts
unevaluatedProperties: false