Skip to content

Commit

Permalink
squash: ARM: tegra: samsung-p4wifi: Add atmel,wakeup-method property
Browse files Browse the repository at this point in the history
Add atmel,wakeup-method property to the touchscreen node.

Inspired by f9892df

Signed-off-by: David Heidelberg <[email protected]>
  • Loading branch information
okias committed Feb 4, 2021
1 parent dcc114d commit 0e19aeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/boot/dts/tegra20-p4wifi.dts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/dts-v1/;

#include <dt-bindings/input/input.h>
#include <dt-bindings/input/atmel-maxtouch.h>
#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.
Expand Down Expand Up @@ -529,6 +529,8 @@
interrupts = <TEGRA_GPIO(D, 4) IRQ_TYPE_LEVEL_LOW>;

reset-gpio = <&gpio TEGRA_GPIO(D, 3) GPIO_ACTIVE_LOW>;

atmel,wakeup-method = <ATMEL_MXT_WAKEUP_I2C_SCL>;
};
};

Expand Down

0 comments on commit 0e19aeb

Please sign in to comment.