From fd4b0f7c9c19e7a2ec267b4e76375b0f821ba5d1 Mon Sep 17 00:00:00 2001 From: daeinki Date: Tue, 19 Jan 2010 10:57:24 +0900 Subject: [PATCH] s5pc110: lcd: bug fix. Signed-off-by: daeinki --- board/samsung/universal/universal.c | 3 --- drivers/video/s6e63m0.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 9a64588..2b4865f 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -1465,10 +1465,7 @@ void lcd_cfg_gpio(void) gpio_cfg_pin(&gpio_base->gpio_mp0_4, 3, GPIO_OUTPUT); if (machine_is_aquila()) { -#if 0 /* universal cypress */ pd_cs.bank = &gpio_base->gpio_mp0_1; -#endif - pd_cs.bank = &gpio_base->gpio_mp0_5; pd_cs.num = 1; pd_clk.bank = &gpio_base->gpio_mp0_4; pd_clk.num = 1; diff --git a/drivers/video/s6e63m0.c b/drivers/video/s6e63m0.c index 9b4d1e4..d4d7a40 100644 --- a/drivers/video/s6e63m0.c +++ b/drivers/video/s6e63m0.c @@ -103,10 +103,7 @@ static const unsigned short SEQ_DISPLAY_CONDITION_SET[] = { DATA_ONLY, 0x10, DATA_ONLY, 0x10, -#if 0 0xf7, 0x03, -#endif - 0xf7, 0x00, DATA_ONLY, 0x00, DATA_ONLY, 0x00, -- 2.7.4