]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: omap3-lilly-a83x: Don't use IRQ level flag for a GPIO
authorJavier Martinez Canillas <javier@osg.samsung.com>
Tue, 6 Oct 2015 09:22:59 +0000 (11:22 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 12 Oct 2015 23:41:41 +0000 (16:41 -0700)
commitae77c28a5e3bf5764f8283165a47d7bdb5b6d629
treef409e5bfaec02410f0cc2a76998cc01900d25d04
parent291abbf6bfc3339352a753361e35af91f6e532a0
ARM: dts: omap3-lilly-a83x: Don't use IRQ level flag for a GPIO

The card detect GPIO is using IRQ_TYPE_LEVEL_LOW in the GPIO flag cells
but this defined constant is meant to be used for a IRQ and not a GPIO.
So instead use GPIO_ACTIVE_LOW that seems to be the original intention.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-lilly-a83x.dtsi