diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 11:58:53 +0000 |
commit | fc54b9bf158eea9cae647ce2c58f7d9989af173a (patch) | |
tree | 54644c1229434d7ee13c5872bda4129e34337fc0 /target/linux/s3c24xx/patches-2.6.24/1086-clean-snip-gpio-reinit.patch.patch | |
parent | d9f49b62b28ebd245587854efa484974d90debbf (diff) |
changed Makefile and profiles, added patches for kernel 2.6.24
(stable-branch of Openmoko)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1086-clean-snip-gpio-reinit.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1086-clean-snip-gpio-reinit.patch.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1086-clean-snip-gpio-reinit.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1086-clean-snip-gpio-reinit.patch.patch new file mode 100644 index 0000000000..6c6fb0303f --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1086-clean-snip-gpio-reinit.patch.patch @@ -0,0 +1,31 @@ +From 41b2c45d068da0467272ca843e05a13f0e262be6 Mon Sep 17 00:00:00 2001 +From: warmcat <andy@openmoko.com> +Date: Sun, 13 Apr 2008 07:25:47 +0100 +Subject: [PATCH] clean-snip-gpio-reinit.patch + These are initialized already + +Signed-off-by: Andy Green <andy@openmoko.com> +--- + arch/arm/mach-s3c2440/mach-gta02.c | 6 ------ + 1 files changed, 0 insertions(+), 6 deletions(-) + +diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c +index e32294b..f2b1b66 100644 +--- a/arch/arm/mach-s3c2440/mach-gta02.c ++++ b/arch/arm/mach-s3c2440/mach-gta02.c +@@ -1303,12 +1303,6 @@ static void __init gta02_machine_init(void) + s3c2410_gpio_setpin(GTA01_GPIO_LCD_RESET, 1); + s3c2410_gpio_cfgpin(GTA01_GPIO_LCD_RESET, S3C2410_GPIO_OUTPUT); + +- s3c2410_gpio_setpin(S3C2410_GPD12, 1); +- s3c2410_gpio_cfgpin(S3C2410_GPD12, S3C2410_GPIO_OUTPUT); +- +- s3c2410_gpio_setpin(S3C2410_GPD13, 1); +- s3c2410_gpio_cfgpin(S3C2410_GPD13, S3C2410_GPIO_OUTPUT); +- + /* Make sure the modem can wake us up */ + set_irq_type(GTA02_IRQ_MODEM, IRQT_RISING); + rc = request_irq(GTA02_IRQ_MODEM, gta02_modem_irq, IRQF_DISABLED, +-- +1.5.6.5 + |