Commit bb9ecd0d authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "fdts: use scmi_dvfs clock index 1 for cores 4-7" into integration

parents 8098d544 a97c390b
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
compatible = "arm,armv8"; compatible = "arm,armv8";
reg = <0x400>; reg = <0x400>;
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 1>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
}; };
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
compatible = "arm,armv8"; compatible = "arm,armv8";
reg = <0x500>; reg = <0x500>;
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 1>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
}; };
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
compatible = "arm,armv8"; compatible = "arm,armv8";
reg = <0x600>; reg = <0x600>;
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 1>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
}; };
...@@ -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 0>; clocks = <&scmi_dvfs 1>;
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