summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-omap_2.6.39.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-27 10:48:26 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-27 10:48:26 +0200
commite5352b3d711207c3f76e8e8ee45676a68b35f756 (patch)
treee27b06500d67438543fc38b972a088decd40052c /recipes-kernel/linux/linux-omap_2.6.39.bb
parentfc0906ecc74bd53f4b3f46cce5cb84e6397cce41 (diff)
downloadmeta-ti-e5352b3d711207c3f76e8e8ee45676a68b35f756.tar.gz
linux-omap 2.6.39: switch to GPTIMER1 on modern beagles
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel/linux/linux-omap_2.6.39.bb')
-rw-r--r--recipes-kernel/linux/linux-omap_2.6.39.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-omap_2.6.39.bb b/recipes-kernel/linux/linux-omap_2.6.39.bb
index b44e8980..f12fc06a 100644
--- a/recipes-kernel/linux/linux-omap_2.6.39.bb
+++ b/recipes-kernel/linux/linux-omap_2.6.39.bb
@@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "(beagleboard)"
7 7
8# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 8# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
9SRCREV_pn-${PN} = "v2.6.39" 9SRCREV_pn-${PN} = "v2.6.39"
10MACHINE_KERNEL_PR_append = "j" 10MACHINE_KERNEL_PR_append = "k"
11 11
12FILESPATHPKG_prepend = "linux-omap-2.6.39:" 12FILESPATHPKG_prepend = "linux-omap-2.6.39:"
13 13
@@ -54,6 +54,7 @@ SRC_URI_append = " \
54 file://beagle/0004-OMAP3-beagle-add-regulators-for-camera-interface.patch \ 54 file://beagle/0004-OMAP3-beagle-add-regulators-for-camera-interface.patch \
55 file://beagle/0005-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \ 55 file://beagle/0005-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \
56 file://beagle/0006-OMAP3-BEAGLE-fix-RTC.patch \ 56 file://beagle/0006-OMAP3-BEAGLE-fix-RTC.patch \
57 file://beagle/0007-omap3-beagle-Use-GPTIMERi-1-for-clockevents.patch \
57 \ 58 \
58 file://camera/0001-Add-driver-for-Aptina-Micron-mt9p031-sensor.patch \ 59 file://camera/0001-Add-driver-for-Aptina-Micron-mt9p031-sensor.patch \
59 file://camera/0002-v4l-Add-mt9v032-sensor-driver.patch \ 60 file://camera/0002-v4l-Add-mt9v032-sensor-driver.patch \