Commits
Liu Ying committed 9ff00c698af
phy: mixel-lvds-combo: Configure CO divider to meet fvco range requirement As the below diagram shows, to achieve a particular serial clock rate, we should choose an appropriate CO divider value(1/2/4/8) so that PLL VCO frequency(fvco) is in specified range(640MHz ~ 1500MHz). --------- 640MHz ~ 1500MHz ------------ -------------- | PLL VCO | ----------------> | CO divider | -> | serial clock | --------- ------------ -------------- 1/2/4/8 div 7 * phy_clk_rate This patch configures CO divider to be appropriate value to meet the fvco range requirement. This may address display flicker issue seen on some SoC samples. Signed-off-by: Liu Ying <victor.liu@nxp.com>