mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rockchip: rk3288 fix thermal node name to 'soc-thermal'
Fixes: 043ddfca3f ("ARM: dts: rockchip: rk3288: add operating-points-v2 for cpu nodes")
The pvtm driver will find a thermal by name of the thermal node.
This patch fixes a issue as following:
[ 5.215126] cpu cpu0: failed to read out thermal zone (-22)
[ 5.221562] thermal thermal_zone1: binding zone cpu_thermal with cdev thermal-cpufreq-0 failed:-17
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I475e4035ab797f9d374feaddce8fda68af0d522c
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
rockchip,pvtm-error = <1000>;
|
||||
rockchip,pvtm-ref-temp = <35>;
|
||||
rockchip,pvtm-temp-prop = <(-18) (-18)>;
|
||||
rockchip,thermal-zone = "soc-thermal";
|
||||
rockchip,thermal-zone = "cpu-thermal";
|
||||
|
||||
opp-126000000 {
|
||||
opp-hz = /bits/ 64 <126000000>;
|
||||
@@ -611,7 +611,7 @@
|
||||
thermal-sensors = <&tsadc 0>;
|
||||
};
|
||||
|
||||
cpu_thermal: cpu_thermal {
|
||||
cpu_thermal: cpu-thermal {
|
||||
polling-delay-passive = <100>; /* milliseconds */
|
||||
polling-delay = <5000>; /* milliseconds */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user