changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of...
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1190-fix-gta02-mach-remove-gta01-lcd-reset.patch.patch
1 From 913b141d09400c05fa4a6e69f325a6504ce1fe40 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Wed, 2 Jul 2008 22:40:36 +0100
4 Subject: [PATCH] fix-gta02-mach-remove-gta01-lcd-reset.patch
5 Signed-off-by: Andy Green <andy@openmoko.com>
6
7 ---
8 arch/arm/mach-s3c2440/mach-gta02.c | 4 ----
9 1 files changed, 0 insertions(+), 4 deletions(-)
10
11 diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
12 index d5841d7..654dc8f 100644
13 --- a/arch/arm/mach-s3c2440/mach-gta02.c
14 +++ b/arch/arm/mach-s3c2440/mach-gta02.c
15 @@ -1518,10 +1518,6 @@ static void __init gta02_machine_init(void)
16 #endif
17 s3c2410_pm_init();
18
19 - /* Set LCD_RESET / XRES to high */
20 - s3c2410_gpio_setpin(GTA01_GPIO_LCD_RESET, 1);
21 - s3c2410_gpio_cfgpin(GTA01_GPIO_LCD_RESET, S3C2410_GPIO_OUTPUT);
22 -
23 /* Make sure the modem can wake us up */
24 set_irq_type(GTA02_IRQ_MODEM, IRQT_RISING);
25 rc = request_irq(GTA02_IRQ_MODEM, gta02_modem_irq, IRQF_DISABLED,
26 --
27 1.5.6.5
28