mfd: rohm-bd71828: Enable wakeup via power button

It is normally expected to get out of deeper power saving states by
pressing the power button, so enable wakeup for it.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/20260206093757.573377-1-andreas@kemnade.info
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
Andreas Kemnade
2026-02-06 10:37:57 +01:00
committed by Lee Jones
parent ffdc5c51f8
commit eaa0a41774

View File

@@ -41,6 +41,7 @@ static struct gpio_keys_button button = {
.code = KEY_POWER,
.gpio = -1,
.type = EV_KEY,
.wakeup = 1,
};
static const struct gpio_keys_platform_data bd71828_powerkey_data = {