mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: add cpu's thermal config for rk3308
Change-Id: Ie21e753ac46794bc8f3a56b1f0f2a894d1c65d19 Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
reg = <0x0 0x0>;
|
||||
enable-method = "psci";
|
||||
clocks = <&cru ARMCLK>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <90>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
};
|
||||
|
||||
@@ -547,7 +549,7 @@
|
||||
soc_thermal: soc-thermal {
|
||||
polling-delay-passive = <20>;
|
||||
polling-delay = <1000>;
|
||||
sustainable-power = <750>;
|
||||
sustainable-power = <300>;
|
||||
|
||||
thermal-sensors = <&tsadc 0>;
|
||||
|
||||
@@ -569,9 +571,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
cooling-maps {
|
||||
map0 {
|
||||
trip = <&target>;
|
||||
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
contribution = <4096>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
gpu_thermal: gpu-thermal {
|
||||
logic_thermal: logic-thermal {
|
||||
polling-delay-passive = <100>; /* milliseconds */
|
||||
polling-delay = <1000>; /* milliseconds */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user