diff options
| author | Andreas Kemnade <andreas@kemnade.info> | 2026-02-06 12:37:57 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-03-25 15:44:49 +0300 |
| commit | eaa0a41774e7603451a7cd8d480de6374dbbb15d (patch) | |
| tree | 54f9a880f2b71cb789dbca21aaf70bcd1a066ad2 | |
| parent | ffdc5c51f8bcd0e5e8255ca275a0a3b958475d99 (diff) | |
| download | linux-eaa0a41774e7603451a7cd8d480de6374dbbb15d.tar.xz | |
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>
| -rw-r--r-- | drivers/mfd/rohm-bd71828.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/rohm-bd71828.c b/drivers/mfd/rohm-bd71828.c index e54152a03510..a79f354bf5cb 100644 --- a/drivers/mfd/rohm-bd71828.c +++ b/drivers/mfd/rohm-bd71828.c @@ -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 = { |
