| .. | .. |
|---|
| 1 | 1 | /* |
|---|
| 2 | 2 | * Device Tree Source for OMAP4/5 SoC CPU thermal |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 4 | + * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 5 | 5 | * Contact: Eduardo Valentin <eduardo.valentin@ti.com> |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * This file is licensed under the terms of the GNU General Public License |
|---|
| .. | .. |
|---|
| 15 | 15 | polling-delay-passive = <250>; /* milliseconds */ |
|---|
| 16 | 16 | polling-delay = <1000>; /* milliseconds */ |
|---|
| 17 | 17 | |
|---|
| 18 | | - /* sensor ID */ |
|---|
| 19 | | - thermal-sensors = <&bandgap 0>; |
|---|
| 18 | + /* |
|---|
| 19 | + * See 44xx files for single sensor addressing, omap5 and dra7 need |
|---|
| 20 | + * also sensor ID for addressing. |
|---|
| 21 | + */ |
|---|
| 22 | + thermal-sensors = <&bandgap 0>; |
|---|
| 20 | 23 | |
|---|
| 21 | 24 | cpu_trips: trips { |
|---|
| 22 | | - cpu_alert0: cpu_alert { |
|---|
| 23 | | - temperature = <100000>; /* millicelsius */ |
|---|
| 24 | | - hysteresis = <2000>; /* millicelsius */ |
|---|
| 25 | | - type = "passive"; |
|---|
| 26 | | - }; |
|---|
| 27 | | - cpu_crit: cpu_crit { |
|---|
| 28 | | - temperature = <125000>; /* millicelsius */ |
|---|
| 29 | | - hysteresis = <2000>; /* millicelsius */ |
|---|
| 30 | | - type = "critical"; |
|---|
| 31 | | - }; |
|---|
| 32 | | - }; |
|---|
| 25 | + cpu_alert0: cpu_alert { |
|---|
| 26 | + temperature = <100000>; /* millicelsius */ |
|---|
| 27 | + hysteresis = <2000>; /* millicelsius */ |
|---|
| 28 | + type = "passive"; |
|---|
| 29 | + }; |
|---|
| 30 | + cpu_crit: cpu_crit { |
|---|
| 31 | + temperature = <125000>; /* millicelsius */ |
|---|
| 32 | + hysteresis = <2000>; /* millicelsius */ |
|---|
| 33 | + type = "critical"; |
|---|
| 34 | + }; |
|---|
| 35 | + }; |
|---|
| 33 | 36 | |
|---|
| 34 | 37 | cpu_cooling_maps: cooling-maps { |
|---|
| 35 | 38 | map0 { |
|---|