Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc6ab7c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "leds: leds-qpnp: use the proper pwm period in LPG mode"

parents 675a2edd d8179cf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2063,7 +2063,7 @@ static int qpnp_pwm_init(struct pwm_config_data *pwm_cfg,
				return -EINVAL;
			}
			rc = pwm_lut_config(pwm_cfg->pwm_dev,
				PM_PWM_PERIOD_MIN,
				pwm_cfg->pwm_period_us,
				pwm_cfg->duty_cycles->duty_pcts,
				pwm_cfg->lut_params);
			if (rc < 0) {