1 // SPDX-License-Identifier: GPL-2.0-only OR MI 2 /* 3 * Copyright (C) 2023-2024 Texas Instruments I 4 */ 5 6 #include <dt-bindings/thermal/thermal.h> 7 8 thermal_zones: thermal-zones { 9 main0_thermal: main0-thermal { 10 polling-delay-passive = <250>; 11 polling-delay = <500>; 12 thermal-sensors = <&main_vtm0 13 14 trips { 15 main0_crit: main0-crit 16 temperature = 17 hysteresis = < 18 type = "critic 19 }; 20 }; 21 }; 22 23 main1_thermal: main1-thermal { 24 polling-delay-passive = <250>; 25 polling-delay = <500>; 26 thermal-sensors = <&main_vtm0 27 28 trips { 29 main1_crit: main1-crit 30 temperature = 31 hysteresis = < 32 type = "critic 33 }; 34 }; 35 }; 36 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.