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

Commit 6f597642 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: qcom-hv-haptics: config open-loop drive when hBoost is enabled"

parents f62c2004 b3a8a1b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1474,7 +1474,7 @@ static int haptics_open_loop_drive_config(struct haptics_chip *chip, bool en)
	u8 val;

	if ((is_boost_vreg_enabled_in_open_loop(chip) ||
	     is_haptics_external_powered(chip)) && en) {
	     chip->hboost_enabled || is_haptics_external_powered(chip)) && en) {
		/* Force VREG_RDY */
		rc = haptics_masked_write(chip, chip->cfg_addr_base,
				HAP_CFG_VSET_CFG_REG, FORCE_VREG_RDY_BIT,