summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYash Goyal <yash.goyal@arm.com>2020-04-13 22:56:12 -0500
committerYash Goyal <yash.goyal@arm.com>2020-06-10 13:11:00 -0500
commit30602dea6a324566f236ed98e8f800674995d764 (patch)
treeff8cfb2e9e6f746f1d4bc826e188661ad98155f5
parentbea78ec18d25cc2ccbd0f0b5ddf2986816b67563 (diff)
Setting CPU scaling_governor to performance mode
-rw-r--r--recipes-kernel/linux/files/default-cpu-scaling-gov.cfg1
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_%.bbappend3
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/files/default-cpu-scaling-gov.cfg b/recipes-kernel/linux/files/default-cpu-scaling-gov.cfg
new file mode 100644
index 0000000..9db12ce
--- /dev/null
+++ b/recipes-kernel/linux/files/default-cpu-scaling-gov.cfg
@@ -0,0 +1 @@
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y \ No newline at end of file
diff --git a/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/recipes-kernel/linux/linux-raspberrypi_%.bbappend
index 5732e4f..86ed263 100644
--- a/recipes-kernel/linux/linux-raspberrypi_%.bbappend
+++ b/recipes-kernel/linux/linux-raspberrypi_%.bbappend
@@ -1,4 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://0001-Edge-increased-the-HCI_LE_AUTOCONN_TIMEOUT-to-20-sec.patch \
- file://extra-kernel-config.cfg"
+ file://extra-kernel-config.cfg" \
+ file://default-cpu-scaling-gov.cfg"