diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2023-02-16 20:50:22 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-02-17 11:25:51 +0100 |
commit | f0c5b325dd80b295bd3959fff9166e1152e558bf (patch) | |
tree | 645344f311bce4a82643950355f52b92e754343b /Documentation/devicetree/bindings/mmc | |
parent | a543f7024e35ea548dd483f06d4c871243663622 (diff) |
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: 09b31a610328 ("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>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml index c8c30300daeb..bc403ae9e5d9 100644 --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml @@ -28,7 +28,10 @@ properties: maxItems: 1 interrupts: - maxItems: 2 + minItems: 1 + items: + - description: mmc controller instance + - description: card detect clocks: maxItems: 3 |