mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user