diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2023-02-14 22:42:54 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-02-15 13:46:10 +0100 |
commit | 09b31a6103283577ee407c5c22a9be19fd7f7284 (patch) | |
tree | 3e250c1fd61284d0a116138ea78dd559be719187 | |
parent | 88f94c782b0ee2297685764f942e7c176d6b89aa (diff) |
dt-bindings: mmc: meson-gx: support specifying cd interrupt
Support passing a second interrupt as card detect interrupt.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/1c5996a5-491f-39d6-b120-bbef86473729@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml | 2 |
1 files changed, 1 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 46e235bf228b..c8c30300daeb 100644 --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.yaml @@ -28,7 +28,7 @@ properties: maxItems: 1 interrupts: - maxItems: 1 + maxItems: 2 clocks: maxItems: 3 |