]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capable
authorVignesh R <vigneshr@ti.com>
Sat, 30 Jun 2018 10:33:14 +0000 (16:03 +0530)
committerLee Jones <lee.jones@linaro.org>
Tue, 9 Oct 2018 10:27:35 +0000 (11:27 +0100)
commitcec945c293fb52ac1a1ac88703422d3bc1d8f10a
tree2adb1fd31cd14d61e5ace2739dd7a527ce6a5976
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capable

Currently tscadc MFD is marked as wakeup capable which incorrect
because, its actually touch event by child TSC device that wakes up the
system. Therefore, remove device_init_wakeup() call that marks TSCADC
device as wakeup capable in favor of moving to mark TSC input device as
wakeup capable later.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ti_am335x_tscadc.c