arm64: dts: rockchip: rv1126b: Change polling-delay to 100ms for cpu thermal
Change-Id: I2a5404648e09a6479ae9bce303acdda851fd5389 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -903,7 +903,7 @@
|
|||||||
thermal_zones: thermal-zones {
|
thermal_zones: thermal-zones {
|
||||||
cpu_thermal: cpu-thermal {
|
cpu_thermal: cpu-thermal {
|
||||||
polling-delay-passive = <20>; /* milliseconds */
|
polling-delay-passive = <20>; /* milliseconds */
|
||||||
polling-delay = <1000>; /* milliseconds */
|
polling-delay = <100>; /* milliseconds */
|
||||||
thermal-sensors = <&tsadc 0>;
|
thermal-sensors = <&tsadc 0>;
|
||||||
trips {
|
trips {
|
||||||
soc_crit: soc-crit {
|
soc_crit: soc-crit {
|
||||||
|
|||||||
Reference in New Issue
Block a user