hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/exynos5422-cpus.dtsi
....@@ -1,6 +1,6 @@
11 // SPDX-License-Identifier: GPL-2.0
22 /*
3
- * SAMSUNG EXYNOS5422 SoC cpu device tree source
3
+ * Samsung Exynos5422 SoC cpu device tree source
44 *
55 * Copyright (c) 2015 Samsung Electronics Co., Ltd.
66 * http://www.samsung.com
....@@ -31,6 +31,7 @@
3131 operating-points-v2 = <&cluster_a7_opp_table>;
3232 #cooling-cells = <2>; /* min followed by max */
3333 capacity-dmips-mhz = <539>;
34
+ dynamic-power-coefficient = <90>;
3435 };
3536
3637 cpu1: cpu@101 {
....@@ -43,6 +44,7 @@
4344 operating-points-v2 = <&cluster_a7_opp_table>;
4445 #cooling-cells = <2>; /* min followed by max */
4546 capacity-dmips-mhz = <539>;
47
+ dynamic-power-coefficient = <90>;
4648 };
4749
4850 cpu2: cpu@102 {
....@@ -55,6 +57,7 @@
5557 operating-points-v2 = <&cluster_a7_opp_table>;
5658 #cooling-cells = <2>; /* min followed by max */
5759 capacity-dmips-mhz = <539>;
60
+ dynamic-power-coefficient = <90>;
5861 };
5962
6063 cpu3: cpu@103 {
....@@ -67,6 +70,7 @@
6770 operating-points-v2 = <&cluster_a7_opp_table>;
6871 #cooling-cells = <2>; /* min followed by max */
6972 capacity-dmips-mhz = <539>;
73
+ dynamic-power-coefficient = <90>;
7074 };
7175
7276 cpu4: cpu@0 {
....@@ -79,6 +83,7 @@
7983 operating-points-v2 = <&cluster_a15_opp_table>;
8084 #cooling-cells = <2>; /* min followed by max */
8185 capacity-dmips-mhz = <1024>;
86
+ dynamic-power-coefficient = <310>;
8287 };
8388
8489 cpu5: cpu@1 {
....@@ -91,6 +96,7 @@
9196 operating-points-v2 = <&cluster_a15_opp_table>;
9297 #cooling-cells = <2>; /* min followed by max */
9398 capacity-dmips-mhz = <1024>;
99
+ dynamic-power-coefficient = <310>;
94100 };
95101
96102 cpu6: cpu@2 {
....@@ -103,6 +109,7 @@
103109 operating-points-v2 = <&cluster_a15_opp_table>;
104110 #cooling-cells = <2>; /* min followed by max */
105111 capacity-dmips-mhz = <1024>;
112
+ dynamic-power-coefficient = <310>;
106113 };
107114
108115 cpu7: cpu@3 {
....@@ -115,6 +122,7 @@
115122 operating-points-v2 = <&cluster_a15_opp_table>;
116123 #cooling-cells = <2>; /* min followed by max */
117124 capacity-dmips-mhz = <1024>;
125
+ dynamic-power-coefficient = <310>;
118126 };
119127 };
120128 };