Skip to content

Commit 88d5271

Browse files
tpaukrtrobherring
authored andcommitted
dt-bindings: mmc: omap-hsmmc: Fix SDIO interrupt
SDIO interrupt must be specified correctly as IRQ_TYPE_LEVEL_LOW instead of GPIO_ACTIVE_LOW. Signed-off-by: Tomas Paukrt <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent bb6d3fb commit 88d5271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ not every application needs SDIO irq, e.g. MMC cards.
124124
pinctrl-1 = <&mmc1_idle>;
125125
pinctrl-2 = <&mmc1_sleep>;
126126
...
127-
interrupts-extended = <&intc 64 &gpio2 28 GPIO_ACTIVE_LOW>;
127+
interrupts-extended = <&intc 64 &gpio2 28 IRQ_TYPE_LEVEL_LOW>;
128128
};
129129

130130
mmc1_idle : pinmux_cirq_pin {

0 commit comments

Comments
 (0)