exynos5440-trip-points.dtsi 643 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Device tree sources for default Exynos5440 thermal zone definition
  3. *
  4. * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. *
  10. */
  11. polling-delay-passive = <0>;
  12. polling-delay = <0>;
  13. trips {
  14. cpu-alert-0 {
  15. temperature = <100000>; /* millicelsius */
  16. hysteresis = <0>; /* millicelsius */
  17. type = "active";
  18. };
  19. cpu-crit-0 {
  20. temperature = <105000>; /* millicelsius */
  21. hysteresis = <0>; /* millicelsius */
  22. type = "critical";
  23. };
  24. };