summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-07 14:09:16 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-10 15:34:54 -0400
commitd5e0cd58d4c6344abf076ae660a645607d938805 (patch)
tree5180d36f28cdc5b99453af637b9e2b58bdb94e1c
parentab70600459a12087a98676dd54c6b03469664fbc (diff)
downloadmeta-ti-d5e0cd58d4c6344abf076ae660a645607d938805.tar.gz
linux-ti335x-psp 3.2: switch to userspace governor for beaglebone, ondemand seems to cause problems on a small percentage of boards
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig4
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.2.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
index c5e447fc..315b6589 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
@@ -481,8 +481,8 @@ CONFIG_CPU_FREQ_STAT=y
481CONFIG_CPU_FREQ_STAT_DETAILS=y 481CONFIG_CPU_FREQ_STAT_DETAILS=y
482# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set 482# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
483# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set 483# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
484# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set 484CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
485CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y 485# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
486# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set 486# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
487CONFIG_CPU_FREQ_GOV_PERFORMANCE=y 487CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
488CONFIG_CPU_FREQ_GOV_POWERSAVE=y 488CONFIG_CPU_FREQ_GOV_POWERSAVE=y
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
index de3129d0..458248ef 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
@@ -12,7 +12,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
12 12
13BRANCH = "v3.2-staging" 13BRANCH = "v3.2-staging"
14SRCREV = "31944a82681a0e7ab6cc3e069c30eddc5042e3e8" 14SRCREV = "31944a82681a0e7ab6cc3e069c30eddc5042e3e8"
15MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}" 15MACHINE_KERNEL_PR_append = "f+gitr${SRCREV}"
16 16
17COMPATIBLE_MACHINE = "(ti33x)" 17COMPATIBLE_MACHINE = "(ti33x)"
18 18