msm8974-v2.2.dtsi 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. /*
  13. * As a general rule, only version-specific property overrides should be placed
  14. * inside this file. However, device definitions should be placed inside the
  15. * msm8974.dtsi file.
  16. */
  17. /include/ "msm8974-v2.dtsi"
  18. /* GPU overrides */
  19. &msm_gpu {
  20. /* Updated chip ID */
  21. qcom,chipid = <0x03030001>;
  22. qcom,initial-pwrlevel = <2>;
  23. /* Updated bus bandwidth requirements */
  24. qcom,msm-bus,vectors-KBps =
  25. /* Off */
  26. <26 512 0 0>, <89 604 0 0>,
  27. /* Sub-SVS / SVS */
  28. <26 512 0 1600000>, <89 604 0 3000000>,
  29. /* SVS */
  30. <26 512 0 2400000>, <89 604 0 3000000>,
  31. /* Nominal / SVS */
  32. <26 512 0 4656000>, <89 604 0 3000000>,
  33. /* SVS / Nominal */
  34. <26 512 0 2400000>, <89 604 0 5120000>,
  35. /* Nominal */
  36. <26 512 0 4656000>, <89 604 0 5120000>,
  37. /* Turbo / Nominal */
  38. <26 512 0 7464000>, <89 604 0 5120000>,
  39. /* Nominal / Turbo */
  40. <26 512 0 4656000>, <89 604 0 6400000>,
  41. /* Turbo */
  42. <26 512 0 7464000>, <89 604 0 6400000>;
  43. qcom,gpu-pwrlevels {
  44. #address-cells = <1>;
  45. #size-cells = <0>;
  46. compatible = "qcom,gpu-pwrlevels";
  47. qcom,gpu-pwrlevel@0 {
  48. reg = <0>;
  49. qcom,gpu-freq = <450000000>;
  50. qcom,bus-freq = <8>;
  51. qcom,io-fraction = <33>;
  52. };
  53. qcom,gpu-pwrlevel@1 {
  54. reg = <1>;
  55. qcom,gpu-freq = <389000000>;
  56. qcom,bus-freq = <5>;
  57. qcom,io-fraction = <33>;
  58. };
  59. qcom,gpu-pwrlevel@2 {
  60. reg = <2>;
  61. qcom,gpu-freq = <320000000>;
  62. qcom,bus-freq = <5>;
  63. qcom,io-fraction = <66>;
  64. };
  65. qcom,gpu-pwrlevel@3 {
  66. reg = <3>;
  67. qcom,gpu-freq = <200000000>;
  68. qcom,bus-freq = <2>;
  69. qcom,io-fraction = <100>;
  70. };
  71. qcom,gpu-pwrlevel@4 {
  72. reg = <4>;
  73. qcom,gpu-freq = <27000000>;
  74. qcom,bus-freq = <0>;
  75. qcom,io-fraction = <0>;
  76. };
  77. };
  78. };
  79. &gdsc_mdss {
  80. qcom,retain-periph;
  81. qcom,retain-mem;
  82. };
  83. &gdsc_venus {
  84. qcom,skip-logic-collapse;
  85. };