[PATCH] dt-bindings: mmc: arasan,sdhci: Make interrupt optional

From: Michal Simek
Date: Wed Jun 04 2025 - 04:52:42 EST


Bootloader (as U-Boot) is not using interrupt which doesn't need to be even
described in DT that's why make interrupt optional property.

Signed-off-by: Michal Simek <michal.simek@xxxxxxx>
---

For example mini configurations used for programming.
https://source.denx.de/u-boot/u-boot/-/blob/master/arch/arm/dts/zynqmp-mini-emmc0.dts
---
Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
index 8e79de97b242..0472225e6e58 100644
--- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
@@ -192,7 +192,6 @@ dependencies:
required:
- compatible
- reg
- - interrupts
- clocks
- clock-names

--
2.43.0