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

Commit 798e82d4 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

msm: acpuclock-8226: Increase the 8610 max DDR vote to 333MHz



The RPM is now capable of scaling DDR to 333Mhz safely.
Increase the maximum acpuclock vote for DDR to 333MHz.

Change-Id: If75cd51e2af2c004d44cf9463a9f60de97ef6bc7
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 54938e72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ static struct msm_bus_paths bw_level_tbl_8610[] = {
	[2] =  BW_MBPS(400), /* At least 50 MHz on bus. */
	[3] =  BW_MBPS(800), /* At least 100 MHz on bus. */
	[4] = BW_MBPS(1600), /* At least 200 MHz on bus. */
	[5] = BW_MBPS(2128), /* At least 266 MHz on bus. */
	[5] = BW_MBPS(2664), /* At least 333 MHz on bus. */
};

static struct msm_bus_scale_pdata bus_client_pdata = {