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>
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";
};
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";
};