arm64: dts: rockchip: rk3399: Change low temperature to 10 degrees C
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I9f17e4f89a1552115b0d4a34f2290e785990c8bb
This commit is contained in:
parent
6b444336b5
commit
abb9ecec3d
|
|
@ -11,7 +11,7 @@
|
|||
opp-shared;
|
||||
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
rockchip,low-temp = <0>;
|
||||
rockchip,low-temp = <10000>;
|
||||
rockchip,low-temp-min-volt = <900000>;
|
||||
|
||||
nvmem-cells = <&cpul_leakage>, <&specification_serial_number>,
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
opp-shared;
|
||||
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
rockchip,low-temp = <0>;
|
||||
rockchip,low-temp = <10000>;
|
||||
rockchip,low-temp-min-volt = <900000>;
|
||||
|
||||
nvmem-cells = <&cpub_leakage>, <&specification_serial_number>,
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
|
||||
rockchip,thermal-zone = "soc-thermal";
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
rockchip,low-temp = <0>;
|
||||
rockchip,low-temp = <10000>;
|
||||
rockchip,low-temp-min-volt = <900000>;
|
||||
|
||||
nvmem-cells = <&gpu_leakage>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue