RE: [PATCH 3/3] ARM: EXYNOS: Invert VCLK polarity for framebuffer on Origen board

2011-12-28 Thread Kukjin Kim
Tushar Behera wrote: > > Framebuffer driver needs to fetch the video data during the rising > edge of the VCLK. Otherwise, there are some glitches in the LCD > display. > > Signed-off-by: Tushar Behera > --- > arch/arm/mach-exynos/mach-origen.c |3 ++- > 1 files changed, 2 insertions(+), 1

[PATCH 3/3] ARM: EXYNOS: Invert VCLK polarity for framebuffer on Origen board

2011-11-30 Thread Tushar Behera
Framebuffer driver needs to fetch the video data during the rising edge of the VCLK. Otherwise, there are some glitches in the LCD display. Signed-off-by: Tushar Behera --- arch/arm/mach-exynos/mach-origen.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach