diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-06-24 18:58:12 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-06-29 00:06:39 +0200 |
commit | 05943f5a1cf33df36dbe423fd4b549a9aa244da1 (patch) | |
tree | 7e86dbc3608adcc767e76011cf4f8457faee2759 | |
parent | 70e1deb642a939d14dd9b0391d8219cf21a03253 (diff) | |
download | linux-05943f5a1cf33df36dbe423fd4b549a9aa244da1.tar.gz |
arm64: dts: rockchip: Add powerzone for DTPM framework
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 634a91af8e83..05480886f268 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -76,6 +76,7 @@ #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <100>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; + powerzone = "cpu-pd0"; }; cpu_l1: cpu@1 { @@ -88,6 +89,7 @@ #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <100>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; + powerzone = "cpu-pd0"; }; cpu_l2: cpu@2 { @@ -100,6 +102,7 @@ #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <100>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; + powerzone = "cpu-pd0"; }; cpu_l3: cpu@3 { @@ -112,6 +115,7 @@ #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <100>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; + powerzone = "cpu-pd0"; }; cpu_b0: cpu@100 { @@ -124,6 +128,7 @@ #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <436>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; + powerzone = "cpu-pd1"; }; cpu_b1: cpu@101 { @@ -136,6 +141,7 @@ #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <436>; cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; + powerzone = "cpu-pd1"; }; idle-states { |