ARM: dts: msm: Rename low power names to be same between cluster
L2 low power modes between silver and gold cluster has inconsistent names. Rename both L2 dynamic retention mode as 'dynret' and retention mode as 'ret' to be consistent. Change-Id: I18f52fa873b332fb6ad644afc565a84bfed154cc Signed-off-by: Archana Sathyakumar <asathyak@codeaurora.org>
This commit is contained in:
parent
ae4f988961
commit
01d0689d03
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@
|
|||
|
||||
qcom,pm-cluster-level@1{ /* D2D */
|
||||
reg = <1>;
|
||||
label = "perf-l2-ret";
|
||||
label = "perf-l2-dynret";
|
||||
qcom,psci-mode = <2>;
|
||||
qcom,latency-us = <60>;
|
||||
qcom,ss-power = <700>;
|
||||
|
@ -204,7 +204,7 @@
|
|||
|
||||
qcom,pm-cluster-level@2{ /* D2E */
|
||||
reg = <2>;
|
||||
label = "perf-l2-memret";
|
||||
label = "perf-l2-ret";
|
||||
qcom,psci-mode = <3>;
|
||||
qcom,latency-us = <100>;
|
||||
qcom,ss-power = <640>;
|
||||
|
|
Loading…
Add table
Reference in a new issue