mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-24 23:25:34 -04:00
15.1: More aux work on rebase
This commit is contained in:
parent
96edc2acc6
commit
4ee1a52cef
20 changed files with 4112 additions and 40 deletions
|
@ -0,0 +1,32 @@
|
|||
From 813c7c2c64746a1960274b4d1d6277ca01350c67 Mon Sep 17 00:00:00 2001
|
||||
From: Francisco Franco <franciscofranco.1990@gmail.com>
|
||||
Date: Thu, 6 Jul 2017 13:02:58 +0000
|
||||
Subject: [PATCH] bullhead: don't hotplug the perf cluster on BCL event, it
|
||||
destroys performance and don't throttle so hard
|
||||
|
||||
Signed-off-by: Francisco Franco <franciscofranco.1990@gmail.com>
|
||||
---
|
||||
arch/arm/boot/dts/qcom/msm8992.dtsi | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/qcom/msm8992.dtsi b/arch/arm/boot/dts/qcom/msm8992.dtsi
|
||||
index da44d9c5c61..9ecfb89ebbe 100644
|
||||
--- a/arch/arm/boot/dts/qcom/msm8992.dtsi
|
||||
+++ b/arch/arm/boot/dts/qcom/msm8992.dtsi
|
||||
@@ -2754,13 +2754,13 @@
|
||||
compatible = "qcom,bcl";
|
||||
qcom,bcl-enable;
|
||||
qcom,bcl-framework-interface;
|
||||
- qcom,bcl-hotplug-list = <&CPU4 &CPU5>;
|
||||
+ /delete-property/ qcom,bcl-hotplug-list;
|
||||
+ /delete-property/ qcom,bcl-soc-hotplug-list;
|
||||
qcom,bcl-freq-control-list = <&CPU4 &CPU5>;
|
||||
- qcom,bcl-soc-hotplug-list = <&CPU4 &CPU5>;
|
||||
qcom,ibat-monitor {
|
||||
qcom,low-threshold-uamp = <3400000>;
|
||||
qcom,high-threshold-uamp = <4200000>;
|
||||
- qcom,mitigation-freq-khz = <768000>;
|
||||
+ qcom,mitigation-freq-khz = <960000>;
|
||||
qcom,vph-high-threshold-uv = <3500000>;
|
||||
qcom,vph-low-threshold-uv = <3300000>;
|
||||
qcom,soc-low-threshold = <10>;
|
Loading…
Add table
Add a link
Reference in a new issue