sdm632.dtsi 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. /* Copyright (c) 2022, The Linux Foundation. All rights reserved. */
  3. #include "msm8953.dtsi"
  4. / {
  5. thermal-zones {
  6. /delete-node/cpu1-thermal;
  7. /delete-node/cpu2-thermal;
  8. /delete-node/cpu3-thermal;
  9. cpu0-thermal {
  10. thermal-sensors = <&tsens0 13>;
  11. cooling-maps {
  12. map0 {
  13. cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
  14. <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
  15. <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
  16. <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
  17. };
  18. };
  19. };
  20. cpu4-thermal {
  21. thermal-sensors = <&tsens0 5>;
  22. };
  23. cpu5-thermal {
  24. thermal-sensors = <&tsens0 6>;
  25. };
  26. cpu6-thermal {
  27. thermal-sensors = <&tsens0 7>;
  28. };
  29. cpu7-thermal {
  30. thermal-sensors = <&tsens0 8>;
  31. };
  32. };
  33. };
  34. /*
  35. * SDM632 uses Kryo 250 instead of Cortex A53
  36. * CPU0-3 are efficiency cores, CPU4-7 are performance cores
  37. */
  38. &CPU0 {
  39. compatible = "qcom,kryo250";
  40. };
  41. &CPU1 {
  42. compatible = "qcom,kryo250";
  43. };
  44. &CPU2 {
  45. compatible = "qcom,kryo250";
  46. };
  47. &CPU3 {
  48. compatible = "qcom,kryo250";
  49. };
  50. &CPU4 {
  51. compatible = "qcom,kryo250";
  52. capacity-dmips-mhz = <1980>;
  53. };
  54. &CPU5 {
  55. compatible = "qcom,kryo250";
  56. capacity-dmips-mhz = <1980>;
  57. };
  58. &CPU6 {
  59. compatible = "qcom,kryo250";
  60. capacity-dmips-mhz = <1980>;
  61. };
  62. &CPU7 {
  63. compatible = "qcom,kryo250";
  64. capacity-dmips-mhz = <1980>;
  65. };