summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap5-igep0050.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2016-09-20 11:37:35 -0700
committerTony Lindgren <tony@atomide.com>2016-09-20 11:37:35 -0700
commitd6c91b99baeece562ca1aaf26396d32655197477 (patch)
tree2b245a5cfebedc16eaca85c6e84be4850ba2911b /arch/arm/boot/dts/omap5-igep0050.dts
parent3dc4674a603093ddcd013a54f759d75aa15de032 (diff)
downloadlinux-d6c91b99baeece562ca1aaf26396d32655197477.tar.bz2
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 <ppajuel@gmail.com>. Cc: Agustí Fontquerni i Gorchs <afontquerni@iseebcn.com> Cc: Enric Balletbo Serra <eballetbo@gmail.com> Cc: Javier Martinez Canillas <javier@osg.samsung.com> Cc: Pau Pajuel <ppajuel@gmail.com> Fixes: b118c6a6ffa1 ("ARM: dts: Add power button support for igepv5") Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-igep0050.dts')
-rw-r--r--arch/arm/boot/dts/omap5-igep0050.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-igep0050.dts b/arch/arm/boot/dts/omap5-igep0050.dts
index 44e03b9be1f1..1810ae75d73c 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 = <KEY_POWER>;
- gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
};
};