Re: [U-Boot] [PATCH 07/10] exynos5420: add callbacks needed for exynos_fb driver

2014-06-19 Thread Simon Glass
On 17 June 2014 03:06, Ajay Kumar wrote: > Add initialization code for peach_pit panel, parade bridge chip, > and backlight. > > Signed-off-by: Ajay Kumar Acked-by: Simon Glass Tested-by:Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http:/

[U-Boot] [PATCH 07/10] exynos5420: add callbacks needed for exynos_fb driver

2014-06-17 Thread Ajay Kumar
Add initialization code for peach_pit panel, parade bridge chip, and backlight. Signed-off-by: Ajay Kumar --- arch/arm/include/asm/arch-exynos/system.h | 3 + board/samsung/smdk5420/smdk5420.c | 129 +++--- 2 files changed, 50 insertions(+), 82 deletions(-) dif