mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rv1126: Add trips for npu 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 ff5f8000.tsadc: failed to register sensor 1: -22 rockchip-thermal ff5f8000.tsadc: failed to register sensor[1] : error = -22 rockchip-thermal: probe of ff5f8000.tsadc failed with error -22 Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com> Change-Id: I6ea02d8b720b494b213275804bbca039abaa1357
This commit is contained in:
@@ -534,6 +534,16 @@
|
||||
sustainable-power = <977>; /* milliwatts */
|
||||
|
||||
thermal-sensors = <&npu_tsadc 0>;
|
||||
|
||||
trips {
|
||||
npu_crit: npu-crit {
|
||||
/* millicelsius */
|
||||
temperature = <115000>;
|
||||
/* millicelsius */
|
||||
hysteresis = <2000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user