Advertisement
Guest User

Small H2+/H3 boards: 1st optimized dvfs/ths settings attempt

a guest
Sep 28th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. &cpu0 {
  2. operating-points = <
  3. 1200000 1300000
  4. 1008000 1300000
  5. 912000 1100000
  6. 816000 1100000
  7. 624000 1100000
  8. 480000 1100000
  9. 240000 1100000
  10. >;
  11. #cooling-cells = <2>;
  12. cooling-min-level = <0>;
  13. cooling-max-level = <6>;
  14. cpu0-supply = <&vdd_cpux>;
  15. };
  16.  
  17.  
  18. &cpu_thermal {
  19. trips {
  20. cpu_warm: cpu_warm {
  21. temperature = <70000>;
  22. hysteresis = <2000>;
  23. type = "passive";
  24. };
  25. cpu_hot: cpu_hot {
  26. temperature = <85000>;
  27. hysteresis = <2000>;
  28. type = "passive";
  29. };
  30. cpu_very_hot: cpu_very_hot {
  31. temperature = <95000>;
  32. hysteresis = <2000>;
  33. type = "passive";
  34. };
  35. cpu_crit: cpu_crit {
  36. temperature = <105000>;
  37. hysteresis = <2000>;
  38. type = "critical";
  39. };
  40. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement