Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93559191 authored by Milo Kim's avatar Milo Kim Committed by Lee Jones
Browse files

mfd: tps65217: Support an interrupt pin as the system wakeup



TPS65217 INT pin is used for the system wakeup from suspend mode.
This patch enables push button or charger input event as a wakeup source.

Signed-off-by: default avatarMilo Kim <woogyom.kim@gmail.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent fa917052
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,8 @@ static int tps65217_irq_init(struct tps65217 *tps, int irq)
		return ret;
	}

	enable_irq_wake(irq);

	return 0;
}