diff --git a/drivers/video/backlight/pwm_bl.c b/drivers/video/backlight/pwm_bl.c index 800e605475e6..144c0cc65a34 100644 --- a/drivers/video/backlight/pwm_bl.c +++ b/drivers/video/backlight/pwm_bl.c @@ -559,6 +559,8 @@ static int pwm_backlight_probe(struct platform_device *pdev) pb->levels = data->levels; } + pwm_adjust_config(pb->pwm); + /* * The DT case will set the pwm_period_ns field to 0 and store the * period, parsed from the DT, in the PWM device. For the non-DT case,