exynos5420-trip-points.dtsi 741 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device tree sources for default Exynos5420 thermal zone definition
  4. *
  5. * Copyright (c) 2014 Lukasz Majewski <[email protected]>
  6. */
  7. polling-delay-passive = <0>;
  8. polling-delay = <0>;
  9. trips {
  10. cpu-alert-0 {
  11. temperature = <85000>; /* millicelsius */
  12. hysteresis = <10000>; /* millicelsius */
  13. type = "active";
  14. };
  15. cpu-alert-1 {
  16. temperature = <103000>; /* millicelsius */
  17. hysteresis = <10000>; /* millicelsius */
  18. type = "active";
  19. };
  20. cpu-alert-2 {
  21. temperature = <110000>; /* millicelsius */
  22. hysteresis = <10000>; /* millicelsius */
  23. type = "active";
  24. };
  25. cpu-crit-0 {
  26. temperature = <120000>; /* millicelsius */
  27. hysteresis = <0>; /* millicelsius */
  28. type = "critical";
  29. };
  30. };