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

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

Merge "clk: qcom: clock-cpu-8939: Add use_max_uV flag for all vdd_class"

parents 8067a780 c5290e85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ static int of_get_fmax_vdd_class(struct platform_device *pdev, struct clk *c,
	devm_kfree(&pdev->dev, array);
	vdd->num_levels = prop_len;
	vdd->cur_level = prop_len;
	vdd->use_max_uV = true;
	c->num_fmax = prop_len;
	return 0;
}