Commit fea2d7d9 authored by Shubhashree Dhar's avatar Shubhashree Dhar Committed by Rob Clark

msm:disp:dpu1: Fix core clk rate in display driver

Fix max core clk rate during dt parsing in display driver.
Signed-off-by: default avatarShubhashree Dhar <dhar@codeaurora.org>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent b75ab05a
......@@ -175,6 +175,7 @@ int msm_dss_parse_clock(struct platform_device *pdev,
continue;
mp->clk_config[i].rate = rate;
mp->clk_config[i].type = DSS_CLK_PCLK;
mp->clk_config[i].max_rate = rate;
}
mp->num_clk = num_clk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment