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

Commit 9d142570 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: dispcc-kona: Remove usage of use_max_uV for voting



The clock driver framework would always vote INT_MAX as the max corner for
any voltage rail. Thus clean up the usage of use_max_uV from all clock
drivers.

Change-Id: I1453ec348d1b031c31eb7bbbe3946bac2bf6f7c5
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 83d12e55
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1544,7 +1544,6 @@ static int disp_cc_kona_probe(struct platform_device *pdev)
				"Unable to get vdd_mm regulator\n");
		return PTR_ERR(vdd_mm.regulator[0]);
	}
	vdd_mm.use_max_uV = true;

	dispcc_bus_id = msm_bus_scale_register_client(&clk_debugfs_scale_table);
	if (!dispcc_bus_id) {