Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <tomaspaukrt@email.cz>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Tomas Paukrt and committed by
Rob Herring
88d5271c bb6d3fb3

+1 -1
+1 -1
Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
··· 124 124 pinctrl-1 = <&mmc1_idle>; 125 125 pinctrl-2 = <&mmc1_sleep>; 126 126 ... 127 - interrupts-extended = <&intc 64 &gpio2 28 GPIO_ACTIVE_LOW>; 127 + interrupts-extended = <&intc 64 &gpio2 28 IRQ_TYPE_LEVEL_LOW>; 128 128 }; 129 129 130 130 mmc1_idle : pinmux_cirq_pin {