mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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: 09b31a6103
("dt-bindings: mmc: meson-gx: support specifying cd interrupt")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/c1437eb6-0c01-809f-422b-cb1109489355@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
a543f7024e
commit
f0c5b325dd
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ properties:
|
|||
maxItems: 1
|
||||
|
||||
interrupts:
|
||||
maxItems: 2
|
||||
minItems: 1
|
||||
items:
|
||||
- description: mmc controller instance
|
||||
- description: card detect
|
||||
|
||||
clocks:
|
||||
maxItems: 3
|
||||
|
|
Loading…
Add table
Reference in a new issue