summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-am335x-psp_3.2.bb
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-06-27 10:57:32 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-07-02 12:00:30 -0400
commit2a0dbeb5ae4a6a991084dfd8a2a41a87c3021bdf (patch)
tree335db1cd96d2017807cea8d9e0454f35b9021b8b /recipes-kernel/linux/linux-am335x-psp_3.2.bb
parentc6f0b8c57f45913f7a9e461f6b7bff0e9fcf930f (diff)
downloadmeta-ti-2a0dbeb5ae4a6a991084dfd8a2a41a87c3021bdf.tar.gz
linux-am335x-psp: Add patch to enable SR on PG 2.x boards.
* Add patch that enables Smart Reflex on new PG 2.x boards. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-am335x-psp_3.2.bb')
-rw-r--r--recipes-kernel/linux/linux-am335x-psp_3.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-am335x-psp_3.2.bb b/recipes-kernel/linux/linux-am335x-psp_3.2.bb
index 7fd69353..958bba5a 100644
--- a/recipes-kernel/linux/linux-am335x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-am335x-psp_3.2.bb
@@ -15,7 +15,7 @@ DEPENDS += "am33x-cm3"
15KERNEL_IMAGETYPE = "uImage" 15KERNEL_IMAGETYPE = "uImage"
16 16
17# The main PR is now using MACHINE_KERNEL_PR, for ti33x see conf/machine/include/ti33x.inc 17# The main PR is now using MACHINE_KERNEL_PR, for ti33x see conf/machine/include/ti33x.inc
18MACHINE_KERNEL_PR_append = "e+gitr${SRCPV}" 18MACHINE_KERNEL_PR_append = "f+gitr${SRCPV}"
19 19
20BRANCH = "v3.2-staging" 20BRANCH = "v3.2-staging"
21 21
@@ -68,6 +68,7 @@ PATCHES += "file://0001-am33x-Add-memory-addresses-for-crypto-modules.patch \
68PATCHES += "file://0001-am33xx-Add-SmartReflex-support.patch \ 68PATCHES += "file://0001-am33xx-Add-SmartReflex-support.patch \
69 file://0002-am33xx-Enable-CONFIG_AM33XX_SMARTREFLEX.patch \ 69 file://0002-am33xx-Enable-CONFIG_AM33XX_SMARTREFLEX.patch \
70 file://0002-Smartreflex-limited-to-ES-1.0.patch \ 70 file://0002-Smartreflex-limited-to-ES-1.0.patch \
71 file://0001-Smartreflex-support-for-ES-2.x-and-suspend-resume.patch \
71 " 72 "
72 73
73# Add a patch to the omap-serial driver to allow suspend/resume during 74# Add a patch to the omap-serial driver to allow suspend/resume during