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

Commit fc412741 authored by Huaibin Yang's avatar Huaibin Yang Committed by Stephen Boyd
Browse files

msm: display: increase max mdp clock to 266.667MHz



The current 8064 frequency plan supports max mdp clk up to 266.667MHz.

CRs-Fixed: 405103
Change-Id: I326f5becc642399a4a0e9d97752d893752388066
Signed-off-by: default avatarHuaibin Yang <huaibiny@codeaurora.org>
parent da878630
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ static struct msm_bus_scale_pdata mdp_bus_scale_pdata = {

static struct msm_panel_common_pdata mdp_pdata = {
	.gpio = MDP_VSYNC_GPIO,
	.mdp_max_clk = 200000000,
	.mdp_max_clk = 266667000,
	.mdp_bus_scale_table = &mdp_bus_scale_pdata,
	.mdp_rev = MDP_REV_44,
#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION