arm64: dts: rockchip: rk3399: Add wide-temperature configure

Change-Id: I5e8cca3de8b671f04d9fdf07f6c566ebb8b7988a
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-07-03 16:24:59 +08:00
committed by Tao Huang
parent 3509ed3d18
commit b4b084f506

View File

@@ -10,6 +10,10 @@
compatible = "operating-points-v2";
opp-shared;
rockchip,temp-hysteresis = <5000>;
rockchip,low-temp = <0>;
rockchip,low-temp-min-volt = <900000>;
nvmem-cells = <&cpul_leakage>;
nvmem-cell-names = "cpu_leakage";
@@ -90,6 +94,10 @@
compatible = "operating-points-v2";
opp-shared;
rockchip,temp-hysteresis = <5000>;
rockchip,low-temp = <0>;
rockchip,low-temp-min-volt = <900000>;
nvmem-cells = <&cpub_leakage>;
nvmem-cell-names = "cpu_leakage";
@@ -187,6 +195,11 @@
gpu_opp_table: opp-table2 {
compatible = "operating-points-v2";
rockchip,thermal-zone = "soc-thermal";
rockchip,temp-hysteresis = <5000>;
rockchip,low-temp = <0>;
rockchip,low-temp-min-volt = <900000>;
nvmem-cells = <&gpu_leakage>;
nvmem-cell-names = "gpu_leakage";