dt-bindings: mmc: omap-hsmmc: Fix SDIO interrupt
authorTomas Paukrt <tomaspaukrt@email.cz>
Wed, 22 Jan 2020 20:10:39 +0000 (21:10 +0100)
committerRob Herring <robh@kernel.org>
Thu, 20 Feb 2020 00:29:14 +0000 (18:29 -0600)
SDIO interrupt must be specified correctly as IRQ_TYPE_LEVEL_LOW instead of GPIO_ACTIVE_LOW.

Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt

index 19f5508a75696b722624c550700ee74f72b2362f..4a9145ef15d6b4a4485649eb85757445aa0bffb6 100644 (file)
@@ -124,7 +124,7 @@ not every application needs SDIO irq, e.g. MMC cards.
                pinctrl-1 = <&mmc1_idle>;
                pinctrl-2 = <&mmc1_sleep>;
                ...
-               interrupts-extended = <&intc 64 &gpio2 28 GPIO_ACTIVE_LOW>;
+               interrupts-extended = <&intc 64 &gpio2 28 IRQ_TYPE_LEVEL_LOW>;
        };
 
        mmc1_idle : pinmux_cirq_pin {