mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: px30: Add trips for gpu thermal node
This patch fixes the below error. thermal_sys: Failed to find 'trips' node thermal_sys: Failed to find trip points for tsadc id=1 rockchip-thermal ff280000.tsadc: failed to register sensor 1: -22 rockchip-thermal ff280000.tsadc: failed to register sensor[1] : error = -22 rockchip-thermal: probe of ff280000.tsadc failed with error -22 Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com> Change-Id: Idbc0a6671ab52213b826fa313bbd281254ea3bd6
This commit is contained in:
@@ -528,6 +528,14 @@
|
||||
polling-delay-passive = <100>; /* milliseconds */
|
||||
polling-delay = <1000>; /* milliseconds */
|
||||
thermal-sensors = <&tsadc 1>;
|
||||
|
||||
trips {
|
||||
gpu_crit: gpu-crit {
|
||||
temperature = <115000>;
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user