From: NeilBrown Date: Sat, 25 Jan 2014 21:28:55 +0000 (+0100) Subject: ARM: dts: omap3-gta04: Fix 'aux' gpio key flags. X-Git-Tag: v5.15~18268^2~2^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8bd67317455744039e10fe33d6c76b82262c647;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: omap3-gta04: Fix 'aux' gpio key flags. It should be ACTIVE_HIGH. Signed-off-by: NeilBrown Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 7a8e37d..81e0bb4 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot/dts/omap3-gta04.dts @@ -32,7 +32,7 @@ aux-button { label = "aux"; linux,code = <169>; - gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; + gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; gpio-key,wakeup; }; };