Commit 6f13f10b authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Fix power key interrupt type on Jetson TX2



In order for the correct interrupt type to be configured, the event
action for the power key needs to be "asserted".

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent cfe3af19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
/dts-v1/;

#include <dt-bindings/input/linux-event-codes.h>
#include <dt-bindings/input/gpio-keys.h>

#include "tegra186-p3310.dtsi"

@@ -121,6 +122,7 @@
			linux,input-type = <EV_KEY>;
			linux,code = <KEY_POWER>;
			debounce-interval = <10>;
			wakeup-event-action = <EV_ACT_ASSERTED>;
			wakeup-source;
		};