dra7-iva-thermal.dtsi 706 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Device Tree Source for DRA7x SoC IVA thermal
  3. *
  4. * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include <dt-bindings/thermal/thermal.h>
  11. iva_thermal: iva_thermal {
  12. polling-delay-passive = <250>; /* milliseconds */
  13. polling-delay = <500>; /* milliseconds */
  14. /* sensor ID */
  15. thermal-sensors = <&bandgap 4>;
  16. trips {
  17. iva_crit: iva_crit {
  18. temperature = <125000>; /* milliCelsius */
  19. hysteresis = <2000>; /* milliCelsius */
  20. type = "critical";
  21. };
  22. };
  23. };