diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-08 15:55:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-08 15:55:04 +0100 |
commit | cae53ca9a21ed9b79e3d3dfdbe8870e3fe34463a (patch) | |
tree | b6bf001e9415a9645b3613abe8571759c3b350d8 /packages/linux/linux-omap_git.bb | |
parent | 5b1ed09b1ab1a60a28a76e4658bc9957cd361b5d (diff) |
linux-omap git: add patch to fix DPLL reprogramming
Diffstat (limited to 'packages/linux/linux-omap_git.bb')
-rw-r--r-- | packages/linux/linux-omap_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb index e229622b39..5ad4bc1544 100644 --- a/packages/linux/linux-omap_git.bb +++ b/packages/linux/linux-omap_git.bb @@ -10,7 +10,7 @@ SRCREV = "014ba70469e889ebb74516052c43fd06a419b17b" PV = "2.6.27+2.6.28-rc7+${PR}+gitr${SRCREV}" #PV = "2.6.27+${PR}+gitr${SRCREV}" -PR = "r5" +PR = "r6" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -40,6 +40,7 @@ SRC_URI_append = " \ http://www.bat.org/~tomba/git/0001-DSS-OMAPFB-Check-that-var-pixclock-is-not-zero.patch;patch=1 \ file://twl-asoc-fix-record.diff;patch=1 \ file://tick-schedc-suppress-needless-timer-reprogramming.patch;patch=1 \ + file://fix-dpll-m4.diff;patch=1 \ " |