commit | 974afccd37947a6951a052ef8118c961e57eaf7b | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Apr 17 17:38:47 2024 +0200 |
committer | Lee Jones <lee@kernel.org> | Thu May 02 18:02:01 2024 +0100 |
tree | 8e7be8b907b070a7a62fbd8ca4b11fda6830e4a0 | |
parent | aa172ba73948e2152e258ead7e9ddbd806e809b0 [diff] |
leds: pwm: Disable PWM when going to suspend On stm32mp1xx based machines (and others) a PWM consumer has to disable the PWM because an enabled PWM refuses to suspend. So check the LED_SUSPENDED flag and depending on that set the .enabled property. Link: https://bugzilla.kernel.org/show_bug.cgi?id=218559 Fixes: 76fe464c8e64 ("leds: pwm: Don't disable the PWM when the LED should be off") Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20240417153846.271751-2-u.kleine-koenig@pengutronix.de Signed-off-by: Lee Jones <lee@kernel.org>