aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
diff options
context:
space:
mode:
authorTomas Paukrt <tomaspaukrt@email.cz>2020-01-22 21:10:39 +0100
committerRob Herring <robh@kernel.org>2020-02-19 18:29:14 -0600
commit88d5271c1efbd89713092b962070cf9af2fcd7c4 (patch)
tree506251c4894b1ab2206b467a566a3c31cd8c0765 /Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
parentLinux 5.6-rc1 (diff)
downloadlinux-dev-88d5271c1efbd89713092b962070cf9af2fcd7c4.tar.xz
linux-dev-88d5271c1efbd89713092b962070cf9af2fcd7c4.zip
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>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt b/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
index 19f5508a7569..4a9145ef15d6 100644
--- a/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
+++ b/Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
@@ -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 {