vireshk

Untitled

Feb 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. + parent: power-controller@12340000 {
  2. + compatible = "foo,power-controller";
  3. + reg = <0x12340000 0x1000>;
  4. + #power-domain-cells = <0>;
  5. +
  6. + performance_states {
  7. + compatible = "domain-performance-state";
  8. + pstate@1 {
  9. + performance-level = <1>;
  10. + domain-microvolt = <970000 975000 985000>;
  11. + };
  12. + pstate@2 {
  13. + performance-level = <2>;
  14. + domain-microvolt = <1000000 1075000 1085000>;
  15. + };
  16. + pstate@3 {
  17. + performance-level = <3>;
  18. + domain-microvolt = <1100000 1175000 1185000>;
  19. + };
  20. + }
  21. + };
  22. +
Add Comment
Please, Sign In to add comment