Skip to content

Commit f0c5b32

Browse files
hkallweitstorulf
authored andcommitted
dt-bindings: mmc: meson-gx: fix interrupt binding
Reflect in the binding that the cd interrupt is optional, and add a description of the interrupts. Fixes: 09b31a6 ("dt-bindings: mmc: meson-gx: support specifying cd interrupt") Signed-off-by: Heiner Kallweit <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent a543f70 commit f0c5b32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ properties:
2828
maxItems: 1
2929

3030
interrupts:
31-
maxItems: 2
31+
minItems: 1
32+
items:
33+
- description: mmc controller instance
34+
- description: card detect
3235

3336
clocks:
3437
maxItems: 3

0 commit comments

Comments
 (0)