aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lindgren <[email protected]>2016-09-20 11:37:35 -0700
committerTony Lindgren <[email protected]>2016-09-20 11:37:35 -0700
commitd6c91b99baeece562ca1aaf26396d32655197477 (patch)
tree2b245a5cfebedc16eaca85c6e84be4850ba2911b
parent3dc4674a603093ddcd013a54f759d75aa15de032 (diff)
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 <[email protected]>. Cc: Agustí Fontquerni i Gorchs <[email protected]> Cc: Enric Balletbo Serra <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: Pau Pajuel <[email protected]> Fixes: b118c6a6ffa1 ("ARM: dts: Add power button support for igepv5") Signed-off-by: Tony Lindgren <[email protected]>
-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>;
};
};