Re: [U-Boot] [PATCH v4 5/9] rockchip: video: add mpixelclock settings from Linux driver

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:32 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - new patch (split off from the earlier RK3399 HDMI encoder change) > > Changes in v3: None > Changes in v2: None > > drivers/video/rockchip/rk_hdmi.c | 9 + > 1 file

Re: [U-Boot] [PATCH v4 5/9] rockchip: video: add mpixelclock settings from Linux driver

2017-06-01 Thread Simon Glass
On 31 May 2017 at 09:59, Philipp Tomsich wrote: > The Linux driver now supports higher mpixelclock settings. > Add these to rockchip_phy_config[] and rockchip_mpll_cfg[]. > > Signed-off-by: Philipp Tomsich > > --- > >

[U-Boot] [PATCH v4 5/9] rockchip: video: add mpixelclock settings from Linux driver

2017-05-31 Thread Philipp Tomsich
The Linux driver now supports higher mpixelclock settings. Add these to rockchip_phy_config[] and rockchip_mpll_cfg[]. Signed-off-by: Philipp Tomsich --- Changes in v4: - new patch (split off from the earlier RK3399 HDMI encoder change) Changes in v3: