Re: [U-Boot] [PATCH v4 4/5] sunxi: video: split out PLL configuration code

2017-10-27 Thread Anatolij Gustschin
On Thu, 26 Oct 2017 21:51:51 -0700 Vasily Khoruzhick anars...@gmail.com wrote: > It will be reused in new DM LCD driver. > > Signed-off-by: Vasily Khoruzhick > --- > v2-v3: no changes > v4: - fix compilation for boards that use sunxi_display.c > - rebased and fixed

[U-Boot] [PATCH v4 4/5] sunxi: video: split out PLL configuration code

2017-10-26 Thread Vasily Khoruzhick
It will be reused in new DM LCD driver. Signed-off-by: Vasily Khoruzhick --- v2-v3: no changes v4: - fix compilation for boards that use sunxi_display.c - rebased and fixed checkpatch errors arch/arm/include/asm/arch-sunxi/lcdc.h | 3 + drivers/video/sunxi/lcdc.c