Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6c91b99 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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: b118c6a6 ("ARM: dts: Add power button support for igepv5")
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3dc4674a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
		};
	};