Home
last modified time | relevance | path

Searched refs:shut_temp (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c1285 u32 shut_temp, tshut_mode, tshut_polarity; in rockchip_configure_from_dt() local
1288 if (of_property_read_u32(np, "rockchip,hw-tshut-temp", &shut_temp)) { in rockchip_configure_from_dt()
1292 if (shut_temp > INT_MAX) { in rockchip_configure_from_dt()
1293 dev_err(dev, "Invalid tshut temperature specified: %d\n", shut_temp); in rockchip_configure_from_dt()
1296 thermal->tshut_temp = shut_temp; in rockchip_configure_from_dt()

Completed in 3 milliseconds