From 0e19aeb2abf751f4555f6807008959b7abb43b3b Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 4 Feb 2021 20:59:30 +0200 Subject: [PATCH] squash: ARM: tegra: samsung-p4wifi: Add atmel,wakeup-method property Add atmel,wakeup-method property to the touchscreen node. Inspired by f9892dfbe10d0adb9292cb50287668252b95d943 Signed-off-by: David Heidelberg --- arch/arm/boot/dts/tegra20-p4wifi.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/tegra20-p4wifi.dts b/arch/arm/boot/dts/tegra20-p4wifi.dts index 25961946c6b31..6c55d2c24ece1 100644 --- a/arch/arm/boot/dts/tegra20-p4wifi.dts +++ b/arch/arm/boot/dts/tegra20-p4wifi.dts @@ -1,10 +1,10 @@ /dts-v1/; #include +#include #include "tegra20.dtsi" #include "tegra20-cpu-opp.dtsi" #include "tegra20-cpu-opp-microvolt.dtsi" - /* * Note that GPIO_OPEN_DRAIN flag has no effect on Tegra, the GPIO is fixed * to open-drain mode in board's hardware. We set that flag just for consistency. @@ -529,6 +529,8 @@ interrupts = ; reset-gpio = <&gpio TEGRA_GPIO(D, 3) GPIO_ACTIVE_LOW>; + + atmel,wakeup-method = ; }; };