From cdc3a608a9b458076e282b871ded3f41dda09fe6 Mon Sep 17 00:00:00 2001 From: "lakkyung.jung" Date: Fri, 11 May 2018 18:21:00 +0900 Subject: [PATCH] [9610] arm64: dts: Add node for cpupm. Change-Id: I2936efcbed28a7578db311acc3714349916f5fe0 Signed-off-by: lakkyung.jung --- arch/arm64/boot/dts/exynos/exynos9610.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos9610.dtsi b/arch/arm64/boot/dts/exynos/exynos9610.dtsi index 11d286e3670f..3fb0e00d24d3 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610.dtsi @@ -2538,4 +2538,26 @@ }; }; }; + + cpupm { + #define POWERMODE_TYPE_CLUSTER 0 + #define POWERMODE_TYPE_SYSTEM 1 + + cpd_cl0 { + device_type = "cpupm"; + target-residency = <10000>; /* us */ + psci-index = <128>; + type = ; + siblings = "0-3"; + }; + + cpd_cl1 { + device_type = "cpupm"; + target-residency = <3000>; /* us */ + psci-index = <128>; + type = ; + siblings = "4-7"; + entry-allowed = "4-7"; + }; + }; }; -- 2.20.1