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/1019-s3c2410_ts-gta01.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/1019-s3c2410_ts-gta01.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1019-s3c2410_ts-gta01.patch.patch | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1019-s3c2410_ts-gta01.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1019-s3c2410_ts-gta01.patch.patch new file mode 100644 index 0000000000..c40f85a79c --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1019-s3c2410_ts-gta01.patch.patch @@ -0,0 +1,53 @@ +From 31fc0f2354bb65ac59ccc1e257fdbd622bda9aef Mon Sep 17 00:00:00 2001 +From: mokopatches <mokopatches@openmoko.org> +Date: Fri, 4 Apr 2008 11:32:30 +0100 +Subject: [PATCH] s3c2410_ts-gta01.patch + +--- + arch/arm/mach-s3c2410/mach-gta01.c | 9 +++++++++ + 1 files changed, 9 insertions(+), 0 deletions(-) + +diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c +index e690ed7..3462c7f 100644 +--- a/arch/arm/mach-s3c2410/mach-gta01.c ++++ b/arch/arm/mach-s3c2410/mach-gta01.c +@@ -33,6 +33,7 @@ + #include <linux/workqueue.h> + #include <linux/platform_device.h> + #include <linux/serial_core.h> ++#include <asm/arch/ts.h> + #include <linux/spi/spi.h> + #include <linux/spi/spi_bitbang.h> + #include <linux/mmc/mmc.h> +@@ -362,6 +363,7 @@ static struct platform_device *gta01_devices[] __initdata = { + &s3c_device_sdi, + &s3c_device_usbgadget, + &s3c_device_nand, ++ &s3c_device_ts, + }; + + static struct s3c2410_nand_set gta01_nand_sets[] = { +@@ -434,6 +436,12 @@ static struct s3c2410_udc_mach_info gta01_udc_cfg = { + .vbus_draw = gta01_udc_vbus_draw, + }; + ++static struct s3c2410_ts_mach_info gta01_ts_cfg = { ++ .delay = 10000, ++ .presc = 65, ++ .oversampling_shift = 5, ++}; ++ + /* SPI */ + + static struct spi_board_info gta01_spi_board_info[] = { +@@ -599,6 +607,7 @@ static void __init gta01_machine_init(void) + + INIT_WORK(>a01_udc_vbus_drawer.work, __gta01_udc_vbus_draw); + s3c24xx_udc_set_platdata(>a01_udc_cfg); ++ set_s3c2410ts_info(>a01_ts_cfg); + + /* Set LCD_RESET / XRES to high */ + s3c2410_gpio_cfgpin(S3C2410_GPC6, S3C2410_GPIO_OUTPUT); +-- +1.5.6.5 + |