Merge "msm_fb: Display: Change the VCO frequency range for 8960." into msm-3.0

This commit is contained in:
Linux Build Service Account
2012-03-23 14:41:49 -07:00
committed by QuIC Gerrit Code Review

View File

@@ -329,7 +329,7 @@ int mipi_dsi_clk_div_config(uint8 bpp, uint8 lanes,
} else if (rate < 250) {
vco = rate * 4;
div_ratio = 4;
} else if (rate < 500) {
} else if (rate < 600) {
vco = rate * 2;
div_ratio = 2;
} else {