EVT Thermal throttling control mechanism
authorhenry.tsou <henry.tsou@amlogic.com>
Mon, 9 Dec 2019 05:31:16 +0000 (13:31 +0800)
committerhenry.tsou <henry.tsou@amlogic.com>
Mon, 9 Dec 2019 07:47:29 +0000 (15:47 +0800)
PD#GH-141
BUG=138629630

Problem:
Change throttling setting fro EVT

Solution:
Change throttling setting fro EVT

Verify:
Sabrina-P2

Change-Id: I345359c40fe35598be8506f91522b3b0075a0013
Signed-off-by: henry.tsou <henry.tsou@amlogic.com>
arch/arm/boot/dts/amlogic/sm1_s905d3_sabrina.dts
arch/arm64/boot/dts/amlogic/sm1_s905d3_sabrina.dts

index 305e9a549eb7efadc387b3b657df948d1ecc8013..f317f4182fd99c41a20fea65d859b8ed799242c5 100644 (file)
                        thermal-sensors = <&p_tsensor 0>;
                        trips {
                                pswitch_on: trip-point@0 {
-                                       temperature = <60000>;
+                                       temperature = <70000>;
                                        hysteresis = <5000>;
                                        type = "passive";
                                };
                                pcontrol: trip-point@1 {
-                                       temperature = <75000>;
+                                       temperature = <85000>;
                                        hysteresis = <5000>;
                                        type = "passive";
                                };
                                phot: trip-point@2 {
-                                       temperature = <85000>;
+                                       temperature = <90000>;
                                        hysteresis = <5000>;
                                        type = "hot";
                                };
index 211c216af0d6e78bae0f78e291169a08f7770e16..1a20c65c79e9dcf080452ed44337f42413d6f717 100644 (file)
                        thermal-sensors = <&p_tsensor 0>;
                        trips {
                                pswitch_on: trip-point@0 {
-                                       temperature = <60000>;
+                                       temperature = <70000>;
                                        hysteresis = <5000>;
                                        type = "passive";
                                };
                                pcontrol: trip-point@1 {
-                                       temperature = <75000>;
+                                       temperature = <85000>;
                                        hysteresis = <5000>;
                                        type = "passive";
                                };
                                phot: trip-point@2 {
-                                       temperature = <85000>;
+                                       temperature = <90000>;
                                        hysteresis = <5000>;
                                        type = "hot";
                                };