提交 204d9e32 编写于 作者: D Daniel Mack 提交者: Shawn Guo

ARM: dts: imx28/imx53: enable edt-ft5x06 wakeup source

The touchscreen driver no longer configures the device as wakeup source by
default. A "wakeup-source" property is needed.

To avoid regressions, this patch changes the DTS files for the only two
users of this driver that didn't have this property yet.
Signed-off-by: NDaniel Mack <daniel@zonque.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 f2677037
...@@ -340,6 +340,7 @@ ...@@ -340,6 +340,7 @@
interrupts = <5 IRQ_TYPE_EDGE_FALLING>; interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>; wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;
wakeup-source;
}; };
touchscreen: tsc2007@48 { touchscreen: tsc2007@48 {
......
...@@ -245,6 +245,7 @@ ...@@ -245,6 +245,7 @@
interrupts = <15 IRQ_TYPE_EDGE_FALLING>; interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;
wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
wakeup-source;
}; };
touchscreen: tsc2007@48 { touchscreen: tsc2007@48 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册