DT: arm64: exynos: add capacitance for every cpu core
authorLukasz Luba <l.luba@partner.samsung.com>
Thu, 16 Aug 2018 08:28:19 +0000 (10:28 +0200)
committerLukasz Luba <l.luba@partner.samsung.com>
Fri, 17 May 2019 07:15:38 +0000 (09:15 +0200)
This patch enables IPA cooling device needed functions.
The values are experimental and could not be the right one.

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

index 7527d579114dbfa2922ca69d7bfd89a4f3ba7f0e..05445159e87b80121a0ffc012232c69b74f6ffb3 100644 (file)
@@ -37,6 +37,7 @@
                        clock-names = "apolloclk";
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <200>;
                };
 
                cpu1: cpu@101 {
@@ -47,6 +48,7 @@
                        clock-frequency = <1300000000>;
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <200>;
                };
 
                cpu2: cpu@102 {
@@ -57,6 +59,7 @@
                        clock-frequency = <1300000000>;
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <200>;
                };
 
                cpu3: cpu@103 {
@@ -67,6 +70,7 @@
                        clock-frequency = <1300000000>;
                        operating-points-v2 = <&cluster_a53_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <200>;
                };
 
                cpu4: cpu@0 {
@@ -79,6 +83,7 @@
                        clock-names = "atlasclk";
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <500>;
                };
 
                cpu5: cpu@1 {
@@ -89,6 +94,7 @@
                        clock-frequency = <1900000000>;
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <500>;
                };
 
                cpu6: cpu@2 {
                        clock-frequency = <1900000000>;
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <500>;
                };
 
                cpu7: cpu@3 {
                        clock-frequency = <1900000000>;
                        operating-points-v2 = <&cluster_a57_opp_table>;
                        #cooling-cells = <2>;
+                       dynamic-power-coefficient = <500>;
                };
        };