From cbacdb9f03de475dfd09f7726b9f349f56057bd3 Mon Sep 17 00:00:00 2001 From: Lukasz Luba Date: Thu, 30 Aug 2018 11:37:50 +0200 Subject: [PATCH] DT: arm64: exynos5433: add capacity to cpu nodes The patch adds capacity needed by EAS. Signed-off-by: Lukasz Luba --- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 038c99792ccb..55c4e23b020e 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>; + capacity-dmips-mhz = <512>; }; cpu1: cpu@101 { @@ -47,6 +48,7 @@ clock-frequency = <1300000000>; operating-points-v2 = <&cluster_a53_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <512>; }; cpu2: cpu@102 { @@ -57,6 +59,7 @@ clock-frequency = <1300000000>; operating-points-v2 = <&cluster_a53_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <512>; }; cpu3: cpu@103 { @@ -67,6 +70,7 @@ clock-frequency = <1300000000>; operating-points-v2 = <&cluster_a53_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <512>; }; cpu4: cpu@0 { @@ -79,6 +83,7 @@ clock-names = "atlasclk"; operating-points-v2 = <&cluster_a57_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <1024>; }; cpu5: cpu@1 { @@ -89,6 +94,7 @@ clock-frequency = <1900000000>; operating-points-v2 = <&cluster_a57_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <1024>; }; cpu6: cpu@2 { @@ -99,6 +105,7 @@ clock-frequency = <1900000000>; operating-points-v2 = <&cluster_a57_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <1024>; }; cpu7: cpu@3 { @@ -109,6 +116,7 @@ clock-frequency = <1900000000>; operating-points-v2 = <&cluster_a57_opp_table>; #cooling-cells = <2>; + capacity-dmips-mhz = <1024>; }; }; -- 2.34.1