Commit a2f6294c authored by Usama Arif's avatar Usama Arif
Browse files

feat(tc0): update Matterhorn ELP DVFS clock index



This allows the the Matterhorn ELP Arm core to operate at its
designated OPP.
Signed-off-by: default avatarUsama Arif <usama.arif@arm.com>
Change-Id: I7ccef0cfd079d630c3cfe7874590bf42789a1dca
parent 5c3bcfcd
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
compatible = "arm,armv8"; compatible = "arm,armv8";
reg = <0x700>; reg = <0x700>;
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 1>; clocks = <&scmi_dvfs 2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment