Skip to content

Commit

Permalink
ARM: dts: Fix igepv5 power button GPIO direction
Browse files Browse the repository at this point in the history
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: b118c6a ("ARM: dts: Add power button support for igepv5")
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Sep 20, 2016
1 parent 3dc4674 commit d6c91b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap5-igep0050.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};

Expand Down

0 comments on commit d6c91b9

Please sign in to comment.