Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Daniel 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: Shawn Guo <shawnguo@kernel.org>

authored by

Daniel Mack and committed by
Shawn Guo
204d9e32 f2677037

+2
+1
arch/arm/boot/dts/imx28-tx28.dts
··· 340 340 interrupts = <5 IRQ_TYPE_EDGE_FALLING>; 341 341 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>; 342 342 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>; 343 + wakeup-source; 343 344 }; 344 345 345 346 touchscreen: tsc2007@48 {
+1
arch/arm/boot/dts/imx53-tx53-x03x.dts
··· 245 245 interrupts = <15 IRQ_TYPE_EDGE_FALLING>; 246 246 reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; 247 247 wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; 248 + wakeup-source; 248 249 }; 249 250 250 251 touchscreen: tsc2007@48 {