Re: [PATCH 4/7] drm/rockchip/dsi: correct phy parameter setting

2017-09-19 Thread Sean Paul
On Mon, Sep 18, 2017 at 05:05:36PM +0800, Nickey Yang wrote: > As MIPI PHY document show, icpctrl<3..0> and lpfctrl<5..0> > should depend on frequency,so fix it. > > Signed-off-by: Nickey Yang > --- > drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 70 >

[PATCH 4/7] drm/rockchip/dsi: correct phy parameter setting

2017-09-19 Thread Nickey Yang
As MIPI PHY document show, icpctrl<3..0> and lpfctrl<5..0> should depend on frequency,so fix it. Signed-off-by: Nickey Yang --- drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 70 +++--- 1 file changed, 40 insertions(+), 30 deletions(-) diff