ARM: tegra: acer-a500: Use verbose variant of atmel,wakeup-method value
authorDmitry Osipenko <digetx@gmail.com>
Mon, 2 Aug 2021 21:19:45 +0000 (00:19 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 13 Aug 2021 11:11:44 +0000 (13:11 +0200)
The verbose variant of the atmel,wakeup-method value was lost when patch
that added the property was merged because it conflicted with other patch,
re-add it for consistency.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-acer-a500-picasso.dts

index 7f20ea506803c1226d5f1ea9a518f25480cd2933..87fef4cb630f1fb00be27a2531c7d66748855bfc 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /dts-v1/;
 
+#include <dt-bindings/input/atmel-maxtouch.h>
 #include <dt-bindings/input/gpio-keys.h>
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/thermal/thermal.h>
                        vdda-supply = <&vdd_3v3_sys>;
                        vdd-supply  = <&vdd_3v3_sys>;
 
-                       atmel,wakeup-method = <1>;
+                       atmel,wakeup-method = <ATMEL_MXT_WAKEUP_I2C_SCL>;
                };
 
                gyroscope@68 {