DT: arm64: exynos5433: add dynamic power coefficent to cpu nodes
authorLukasz Luba <l.luba@partner.samsung.com>
Thu, 30 Aug 2018 12:51:37 +0000 (14:51 +0200)
committerLukasz Luba <l.luba@partner.samsung.com>
Thu, 30 Aug 2018 12:51:37 +0000 (14:51 +0200)
The patch adds needed dynamic power coefficent for the Energy Model
needed by EAS and/or IPA. The values where captured and calculated
during experiments.

Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 55c4e23b020e017a0d21c59eab894e6275bd3239..f03c2efb58a731d23ea08a85f57f7b3b0603383f 100644 (file)
@@ -38,6 +38,7 @@
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <512>;
+                       dynamic-power-coefficient = <150>;
                };
 
                cpu1: cpu@101 {
@@ -49,6 +50,7 @@
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <512>;
+                       dynamic-power-coefficient = <150>;
                };
 
                cpu2: cpu@102 {
@@ -60,6 +62,7 @@
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <512>;
+                       dynamic-power-coefficient = <150>;
                };
 
                cpu3: cpu@103 {
@@ -71,6 +74,7 @@
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <512>;
+                       dynamic-power-coefficient = <150>;
                };
 
                cpu4: cpu@0 {
@@ -84,6 +88,7 @@
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <1024>;
+                       dynamic-power-coefficient = <600>;
                };
 
                cpu5: cpu@1 {
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <1024>;
+                       dynamic-power-coefficient = <600>;
                };
 
                cpu6: cpu@2 {
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <1024>;
+                       dynamic-power-coefficient = <600>;
                };
 
                cpu7: cpu@3 {
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
                        capacity-dmips-mhz = <1024>;
+                       dynamic-power-coefficient = <600>;
                };
        };