Ajay Kumar wrote:
>
> This patch:
> -- Adds platform device support for LCD-LTE480.
> -- Adds platform data for FB with win_mode and default_bpp.
> -- Enables FB device support and platform-lcd support.
> -- Adds SPCON settings for LCD.
>
> Signed-off-by: Ajay Kumar <[email protected]>
> ---
> arch/arm/mach-s5p64x0/Kconfig | 2 +
> arch/arm/mach-s5p64x0/include/mach/regs-gpio.h | 4 +
> arch/arm/mach-s5p64x0/mach-smdk6440.c | 75
> ++++++++++++++++++++++++
> 3 files changed, 81 insertions(+), 0 deletions(-)
>
(snip)
> +#include <plat/regs-fb.h>
Should be <plat/regs-fb-v4.h>?
(snip)
> +/* Frame Buffer */
> +static struct s3c_fb_pd_win smdk6440_fb_win0 = {
> + .win_mode = {
> + .left_margin = 8,
> + .right_margin = 13,
> + .upper_margin = 7,
> + .lower_margin = 5,
> + .hsync_len = 3,
> + .vsync_len = 1,
> + .xres = 800,
> + .yres = 480,
> + .refresh = 60,
if its value is 60, we don't need .refresh here.
(snip)
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html