kernel/drivers/pwm/pwm-gpio.c
.. .. @@ -157,7 +157,6 @@ 157 157 pc->chip.npwm = 1; 158 158 pc->chip.of_xlate = of_pwm_xlate_with_flags; 159 159 pc->chip.of_pwm_n_cells = 3; 160 - pc->chip.can_sleep = true;161 160 162 161 pc->gpiod = devm_gpiod_get(&pdev->dev, "pwm", GPIOD_OUT_LOW); 163 162