.. | .. |
---|
1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
---|
2 | 2 | /* |
---|
3 | | - * SAMSUNG EXYNOS5422 SoC cpu device tree source |
---|
| 3 | + * Samsung Exynos5422 SoC cpu device tree source |
---|
4 | 4 | * |
---|
5 | 5 | * Copyright (c) 2015 Samsung Electronics Co., Ltd. |
---|
6 | 6 | * http://www.samsung.com |
---|
.. | .. |
---|
31 | 31 | operating-points-v2 = <&cluster_a7_opp_table>; |
---|
32 | 32 | #cooling-cells = <2>; /* min followed by max */ |
---|
33 | 33 | capacity-dmips-mhz = <539>; |
---|
| 34 | + dynamic-power-coefficient = <90>; |
---|
34 | 35 | }; |
---|
35 | 36 | |
---|
36 | 37 | cpu1: cpu@101 { |
---|
.. | .. |
---|
43 | 44 | operating-points-v2 = <&cluster_a7_opp_table>; |
---|
44 | 45 | #cooling-cells = <2>; /* min followed by max */ |
---|
45 | 46 | capacity-dmips-mhz = <539>; |
---|
| 47 | + dynamic-power-coefficient = <90>; |
---|
46 | 48 | }; |
---|
47 | 49 | |
---|
48 | 50 | cpu2: cpu@102 { |
---|
.. | .. |
---|
55 | 57 | operating-points-v2 = <&cluster_a7_opp_table>; |
---|
56 | 58 | #cooling-cells = <2>; /* min followed by max */ |
---|
57 | 59 | capacity-dmips-mhz = <539>; |
---|
| 60 | + dynamic-power-coefficient = <90>; |
---|
58 | 61 | }; |
---|
59 | 62 | |
---|
60 | 63 | cpu3: cpu@103 { |
---|
.. | .. |
---|
67 | 70 | operating-points-v2 = <&cluster_a7_opp_table>; |
---|
68 | 71 | #cooling-cells = <2>; /* min followed by max */ |
---|
69 | 72 | capacity-dmips-mhz = <539>; |
---|
| 73 | + dynamic-power-coefficient = <90>; |
---|
70 | 74 | }; |
---|
71 | 75 | |
---|
72 | 76 | cpu4: cpu@0 { |
---|
.. | .. |
---|
79 | 83 | operating-points-v2 = <&cluster_a15_opp_table>; |
---|
80 | 84 | #cooling-cells = <2>; /* min followed by max */ |
---|
81 | 85 | capacity-dmips-mhz = <1024>; |
---|
| 86 | + dynamic-power-coefficient = <310>; |
---|
82 | 87 | }; |
---|
83 | 88 | |
---|
84 | 89 | cpu5: cpu@1 { |
---|
.. | .. |
---|
91 | 96 | operating-points-v2 = <&cluster_a15_opp_table>; |
---|
92 | 97 | #cooling-cells = <2>; /* min followed by max */ |
---|
93 | 98 | capacity-dmips-mhz = <1024>; |
---|
| 99 | + dynamic-power-coefficient = <310>; |
---|
94 | 100 | }; |
---|
95 | 101 | |
---|
96 | 102 | cpu6: cpu@2 { |
---|
.. | .. |
---|
103 | 109 | operating-points-v2 = <&cluster_a15_opp_table>; |
---|
104 | 110 | #cooling-cells = <2>; /* min followed by max */ |
---|
105 | 111 | capacity-dmips-mhz = <1024>; |
---|
| 112 | + dynamic-power-coefficient = <310>; |
---|
106 | 113 | }; |
---|
107 | 114 | |
---|
108 | 115 | cpu7: cpu@3 { |
---|
.. | .. |
---|
115 | 122 | operating-points-v2 = <&cluster_a15_opp_table>; |
---|
116 | 123 | #cooling-cells = <2>; /* min followed by max */ |
---|
117 | 124 | capacity-dmips-mhz = <1024>; |
---|
| 125 | + dynamic-power-coefficient = <310>; |
---|
118 | 126 | }; |
---|
119 | 127 | }; |
---|
120 | 128 | }; |
---|