RE: [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-16 Thread Kukjin Kim
Tushar Behera wrote: > > Dear Wolfgang Denk, > > On Thursday 15 September 2011 02:44 PM, Wolfgang Denk wrote: > > Dear Tushar Behera, > > > > In message<1316076867-2138-1-git-send-email-tushar.beh...@linaro.org> you > wrote: > >> ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel > >> r

Re: [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-15 Thread Tushar Behera
Dear Wolfgang Denk, On Thursday 15 September 2011 02:44 PM, Wolfgang Denk wrote: Dear Tushar Behera, In message<1316076867-2138-1-git-send-email-tushar.beh...@linaro.org> you wrote: ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel resolution of the LCD panel is 1024x600. ... +s

Re: [PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-15 Thread Wolfgang Denk
Dear Tushar Behera, In message <1316076867-2138-1-git-send-email-tushar.beh...@linaro.org> you wrote: > ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel > resolution of the LCD panel is 1024x600. ... > +static struct s3c_fb_pd_win origen_fb_win0 = { > + .win_mode = { > +

[PATCH V4] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-15 Thread Tushar Behera
ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel resolution of the LCD panel is 1024x600. Also power domain device for LCD0 is registered. Signed-off-by: Tushar Behera --- Changes for V4: * Added gpio_free() call * Removed .refresh value as it was same as default valu