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:
Ye Zhang
2023-12-13 18:33:26 +08:00
committed by Tao Huang
parent 32a4fc2c55
commit 010139c313

View File

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