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:
Ye Zhang
2023-12-14 09:17:39 +08:00
committed by Tao Huang
parent 010139c313
commit d643fdc997

View File

@@ -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";
};
};
};
};