From: NeilBrown Date: Sat, 25 Jan 2014 21:28:55 +0000 (+0100) Subject: ARM: dts: omap3-gta04: Fix 'aux' gpio key flags. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d8bd67317455744039e10fe33d6c76b82262c647;p=linux-beck.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 7a8e37de51b8..81e0bb477bcd 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; }; };