2023-04-11 18:24:59 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2017-08-25 12:33:26 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for OMAP3 SoC CPU thermal
|
|
|
|
*
|
2023-04-11 18:24:59 +00:00
|
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
|
2017-08-25 12:33:26 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <dt-bindings/thermal/thermal.h>
|
|
|
|
|
2023-04-11 18:25:08 +00:00
|
|
|
cpu_thermal: cpu-thermal {
|
2017-08-25 12:33:26 +00:00
|
|
|
polling-delay-passive = <250>; /* milliseconds */
|
|
|
|
polling-delay = <1000>; /* milliseconds */
|
|
|
|
coefficients = <0 20000>;
|
|
|
|
|
|
|
|
/* sensor ID */
|
|
|
|
thermal-sensors = <&bandgap 0>;
|
|
|
|
};
|