From: Lukasz Luba Date: Thu, 16 Aug 2018 08:28:19 +0000 (+0200) Subject: DT: arm64: exynos: add capacitance for every cpu core X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9522be16c2d3dd62a0e14f574a757cc4da5c6873;p=platform%2Fkernel%2Flinux-exynos.git DT: arm64: exynos: add capacitance for every cpu core This patch enables IPA cooling device needed functions. The values are experimental and could not be the right one. Signed-off-by: Lukasz Luba --- diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 7527d579114d..05445159e87b 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -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 { @@ -99,6 +105,7 @@ clock-frequency = <1900000000>; operating-points-v2 = <&cluster_a57_opp_table>; #cooling-cells = <2>; + dynamic-power-coefficient = <500>; }; cpu7: cpu@3 { @@ -109,6 +116,7 @@ clock-frequency = <1900000000>; operating-points-v2 = <&cluster_a57_opp_table>; #cooling-cells = <2>; + dynamic-power-coefficient = <500>; }; };