msm: mdp: Fix clocks
The max supported clock was wrong
This commit is contained in:
committed by
Iliyan Malchev
parent
045007dc26
commit
8bc7f7dfd6
@@ -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 = 266670000,
|
||||
.mdp_max_clk = 266667000,
|
||||
.mdp_bus_scale_table = &mdp_bus_scale_pdata,
|
||||
.mdp_rev = MDP_REV_44,
|
||||
#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
|
||||
|
||||
@@ -50,7 +50,7 @@ static struct clk *mdp_pclk;
|
||||
static struct clk *mdp_lut_clk;
|
||||
int mdp_rev;
|
||||
int mdp_iommu_split_domain;
|
||||
u32 mdp_max_clk = 266670000;
|
||||
u32 mdp_max_clk = 266667000;
|
||||
|
||||
static struct platform_device *mdp_init_pdev;
|
||||
static struct regulator *footswitch;
|
||||
|
||||
Reference in New Issue
Block a user