From: Tony Lindgren Date: Tue, 20 Sep 2016 18:37:35 +0000 (-0700) Subject: ARM: dts: Fix igepv5 power button GPIO direction X-Git-Tag: v4.9-rc1~76^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6c91b99baeece562ca1aaf26396d32655197477;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: Fix igepv5 power button GPIO direction It should be GPIO_ACTIVE_LOW instead of GPIO_ACTIVE_HIGH as pointed out by Pau Pajuel . Cc: Agustí Fontquerni i Gorchs Cc: Enric Balletbo Serra Cc: Javier Martinez Canillas Cc: Pau Pajuel Fixes: b118c6a6ffa1 ("ARM: dts: Add power button support for igepv5") Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap5-igep0050.dts b/arch/arm/boot/dts/omap5-igep0050.dts index 44e03b9be1f18..1810ae75d73cf 100644 --- a/arch/arm/boot/dts/omap5-igep0050.dts +++ b/arch/arm/boot/dts/omap5-igep0050.dts @@ -27,7 +27,7 @@ power-button { label = "Power Button"; linux,code = ; - gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>; + gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; }; };