[ar71xx] create firmware image for the Ubiquiti LS-SR71 board
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches-2.6.26 / 1076-clean-snip-gpio-reinit.patch.patch
1 From 60e00c0c6a69c302d73093ccaf09697f94d6e7c2 Mon Sep 17 00:00:00 2001
2 From: warmcat <andy@openmoko.com>
3 Date: Fri, 25 Jul 2008 23:06:00 +0100
4 Subject: [PATCH] clean-snip-gpio-reinit.patch
5 These are initialized already
6
7 Signed-off-by: Andy Green <andy@openmoko.com>
8 ---
9 arch/arm/mach-s3c2440/mach-gta02.c | 6 ------
10 1 files changed, 0 insertions(+), 6 deletions(-)
11
12 diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
13 index e32294b..f2b1b66 100644
14 --- a/arch/arm/mach-s3c2440/mach-gta02.c
15 +++ b/arch/arm/mach-s3c2440/mach-gta02.c
16 @@ -1303,12 +1303,6 @@ static void __init gta02_machine_init(void)
17 s3c2410_gpio_setpin(GTA01_GPIO_LCD_RESET, 1);
18 s3c2410_gpio_cfgpin(GTA01_GPIO_LCD_RESET, S3C2410_GPIO_OUTPUT);
19
20 - s3c2410_gpio_setpin(S3C2410_GPD12, 1);
21 - s3c2410_gpio_cfgpin(S3C2410_GPD12, S3C2410_GPIO_OUTPUT);
22 -
23 - s3c2410_gpio_setpin(S3C2410_GPD13, 1);
24 - s3c2410_gpio_cfgpin(S3C2410_GPD13, S3C2410_GPIO_OUTPUT);
25 -
26 /* Make sure the modem can wake us up */
27 set_irq_type(GTA02_IRQ_MODEM, IRQT_RISING);
28 rc = request_irq(GTA02_IRQ_MODEM, gta02_modem_irq, IRQF_DISABLED,
29 --
30 1.5.6.3
31