Commits
Vignesh R committed 77ded1ac134
mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capable commit cec945c293fb52ac1a1ac88703422d3bc1d8f10a upstream. 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> Signed-off-by: Sekhar Nori <nsekhar@ti.com>