diff options
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/0044-ARM-OMAP-beagle-every-known-beagle-except-revB-uses-.patch | 34 | ||||
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.32.bb | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/0044-ARM-OMAP-beagle-every-known-beagle-except-revB-uses-.patch b/recipes/linux/linux-omap-psp-2.6.32/0044-ARM-OMAP-beagle-every-known-beagle-except-revB-uses-.patch new file mode 100644 index 0000000000..79a3992d3c --- /dev/null +++ b/recipes/linux/linux-omap-psp-2.6.32/0044-ARM-OMAP-beagle-every-known-beagle-except-revB-uses-.patch @@ -0,0 +1,34 @@ +From 16ac58809c76a870e03ae298cef55e0c337423ea Mon Sep 17 00:00:00 2001 +From: Koen Kooi <koen@dominion.thruhere.net> +Date: Thu, 13 May 2010 21:43:08 +0200 +Subject: [PATCH 44/44] ARM: OMAP: beagle: every known beagle (except revB) uses 2 chipselects so don't use NULL for the second chipselect timings + +--- + 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 dd830b1..078e026 100644 +--- a/arch/arm/mach-omap2/board-omap3beagle.c ++++ b/arch/arm/mach-omap2/board-omap3beagle.c +@@ -614,7 +614,7 @@ static void __init omap3_beagle_init_irq(void) + if (cpu_is_omap3630()) + { + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, +- NULL, ++ mt46h32m32lf6_sdrc_params, + _omap37x_mpu_rate_table, + _omap37x_dsp_rate_table, + _omap37x_l3_rate_table); +@@ -622,7 +622,7 @@ static void __init omap3_beagle_init_irq(void) + else + { + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, +- NULL, ++ mt46h32m32lf6_sdrc_params, + _omap35x_mpu_rate_table, + _omap35x_dsp_rate_table, + _omap35x_l3_rate_table); +-- +1.6.6.1 + diff --git a/recipes/linux/linux-omap-psp_2.6.32.bb b/recipes/linux/linux-omap-psp_2.6.32.bb index 11e261b7e5..af7d54866c 100644 --- a/recipes/linux/linux-omap-psp_2.6.32.bb +++ b/recipes/linux/linux-omap-psp_2.6.32.bb @@ -55,6 +55,7 @@ SRC_URI = "git://arago-project.org/git/people/sriram/ti-psp-omap.git;protocol=gi file://0041-ARM-Expose-some-PMON-registers-through-sysfs.patch;patch=1 \ file://0042-musb-allow-host-io-without-gadget-module.patch;patch=1 \ file://0043-MTD-silence-ecc-errors-on-mtdblock0.patch;patch=1 \ + file://0044-ARM-OMAP-beagle-every-known-beagle-except-revB-uses-.patch;patch=1 \ file://defconfig" SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ |