From: lakkyung.jung Date: Fri, 11 May 2018 09:21:00 +0000 (+0900) Subject: [9610] arm64: dts: Add node for cpupm. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cdc3a608a9b458076e282b871ded3f41dda09fe6;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [9610] arm64: dts: Add node for cpupm. Change-Id: I2936efcbed28a7578db311acc3714349916f5fe0 Signed-off-by: lakkyung.jung --- 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"; + }; + }; };