diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-26 13:41:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:14 +0200 |
commit | 59d6af8ce062e1d4594d2459c353d4f026cac7b5 (patch) | |
tree | a59f71473c61d5270d08f4adc34525be940d4d79 /recipes/linux/linux-omap-psp-2.6.32/beagleboard | |
parent | a06efd025d5107d58aa4a4b5cc1493756ecc2a3e (diff) |
linux-omap-psp 2.6.32: updates:
* adjust SRCREV for rebased git tree
* fix 'no green on DVI' for omap3evm again
* enable more v4l stuff for omap3evm
* add patch to fix build for beagleboard
* add rudimentary touchbook support
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-omap-psp-2.6.32/beagleboard')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/beagleboard/0001-beagleboard-omap3_-foo-_rate_table-omap35x_-foo.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/0001-beagleboard-omap3_-foo-_rate_table-omap35x_-foo.patch b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/0001-beagleboard-omap3_-foo-_rate_table-omap35x_-foo.patch new file mode 100644 index 0000000000..9079185618 --- /dev/null +++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/0001-beagleboard-omap3_-foo-_rate_table-omap35x_-foo.patch @@ -0,0 +1,27 @@ +From 3f0c5ac9e0724a77adc7cd8f9ef058d8d7973ff6 Mon Sep 17 00:00:00 2001 +From: OpenEmbedded User <oe@OE-builder.(none)> +Date: Wed, 27 Jan 2010 21:57:13 +0100 +Subject: [PATCH] beagleboard: omap3_<foo>_rate_table -> omap35x_<foo>_rate_table + +--- + arch/arm/mach-omap2/board-omap3beagle.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c +index 3b7f6ec..1caaa01 100644 +--- a/arch/arm/mach-omap2/board-omap3beagle.c ++++ b/arch/arm/mach-omap2/board-omap3beagle.c +@@ -502,8 +502,8 @@ static struct platform_device keys_gpio = { + static void __init omap3_beagle_init_irq(void) + { + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, +- mt46h32m32lf6_sdrc_params, omap3_mpu_rate_table, +- omap3_dsp_rate_table, omap3_l3_rate_table); ++ mt46h32m32lf6_sdrc_params, omap35x_mpu_rate_table, ++ omap35x_dsp_rate_table, omap35x_l3_rate_table); + omap_init_irq(); + #ifdef CONFIG_OMAP_32K_TIMER + omap2_gp_clockevent_set_gptimer(12); +-- +1.5.4.3 + |