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