From 94c3777fa5fc58845643fd6fe384b15b269cc77c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 25 Oct 2007 10:31:01 +0000 Subject: linux-ezx: add 2.6.23 --- .../linux/linux-ezx-2.6.23/patches/a780-ts.patch | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/linux/linux-ezx-2.6.23/patches/a780-ts.patch (limited to 'packages/linux/linux-ezx-2.6.23/patches/a780-ts.patch') diff --git a/packages/linux/linux-ezx-2.6.23/patches/a780-ts.patch b/packages/linux/linux-ezx-2.6.23/patches/a780-ts.patch new file mode 100644 index 0000000000..e1dd6ca5c6 --- /dev/null +++ b/packages/linux/linux-ezx-2.6.23/patches/a780-ts.patch @@ -0,0 +1,39 @@ +Index: linux-2.6.23/arch/arm/mach-pxa/ezx-a780.c +=================================================================== +--- linux-2.6.23.orig/arch/arm/mach-pxa/ezx-a780.c 2007-10-23 19:37:43.000000000 +0200 ++++ linux-2.6.23/arch/arm/mach-pxa/ezx-a780.c 2007-10-23 19:37:58.000000000 +0200 +@@ -288,9 +288,34 @@ + }, + }; + ++/* PCAP_TS */ ++struct resource pcap_ts_resources[] = { ++ [0] = { ++ .start = EZX_IRQ_ADCDONE2, ++ .end = EZX_IRQ_ADCDONE2, ++ .flags = IORESOURCE_IRQ, ++ }, ++ [1] = { ++ .start = EZX_IRQ_TS, ++ .end = EZX_IRQ_TS, ++ .flags = IORESOURCE_IRQ, ++ } ++}; ++ ++struct platform_device pcap_ts_device = { ++ .name = "pcap-ts", ++ .id = -1, ++ .dev = { ++ .parent = &a780_pcap_device.dev, ++ }, ++ .num_resources = ARRAY_SIZE(pcap_ts_resources), ++ .resource = pcap_ts_resources, ++}; ++ + static struct platform_device *devices[] __initdata = { + &a780_pcap_device, + &a780_emu_device, ++ &pcap_ts_device, + }; + + static void __init a780_init(void) -- cgit v1.2.3