mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 06:34:17 +08:00
arm64: dts: qcom: msm8916: Add CPU frequency scaling support
Add a CPU OPP table to allow CPU frequency scaling on msm8916 platforms. Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Tested-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
025b995f47
commit
65afdf4583
@ -113,6 +113,8 @@
|
|||||||
next-level-cache = <&L2_0>;
|
next-level-cache = <&L2_0>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
cpu-idle-states = <&CPU_SPC>;
|
cpu-idle-states = <&CPU_SPC>;
|
||||||
|
clocks = <&apcs 0>;
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
};
|
};
|
||||||
|
|
||||||
CPU1: cpu@1 {
|
CPU1: cpu@1 {
|
||||||
@ -122,6 +124,8 @@
|
|||||||
next-level-cache = <&L2_0>;
|
next-level-cache = <&L2_0>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
cpu-idle-states = <&CPU_SPC>;
|
cpu-idle-states = <&CPU_SPC>;
|
||||||
|
clocks = <&apcs 0>;
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
};
|
};
|
||||||
|
|
||||||
CPU2: cpu@2 {
|
CPU2: cpu@2 {
|
||||||
@ -131,6 +135,8 @@
|
|||||||
next-level-cache = <&L2_0>;
|
next-level-cache = <&L2_0>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
cpu-idle-states = <&CPU_SPC>;
|
cpu-idle-states = <&CPU_SPC>;
|
||||||
|
clocks = <&apcs 0>;
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
};
|
};
|
||||||
|
|
||||||
CPU3: cpu@3 {
|
CPU3: cpu@3 {
|
||||||
@ -140,6 +146,8 @@
|
|||||||
next-level-cache = <&L2_0>;
|
next-level-cache = <&L2_0>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
cpu-idle-states = <&CPU_SPC>;
|
cpu-idle-states = <&CPU_SPC>;
|
||||||
|
clocks = <&apcs 0>;
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
};
|
};
|
||||||
|
|
||||||
L2_0: l2-cache {
|
L2_0: l2-cache {
|
||||||
@ -212,6 +220,24 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cpu_opp_table: cpu_opp_table {
|
||||||
|
compatible = "operating-points-v2";
|
||||||
|
opp-shared;
|
||||||
|
|
||||||
|
opp-200000000 {
|
||||||
|
opp-hz = /bits/ 64 <200000000>;
|
||||||
|
};
|
||||||
|
opp-400000000 {
|
||||||
|
opp-hz = /bits/ 64 <400000000>;
|
||||||
|
};
|
||||||
|
opp-800000000 {
|
||||||
|
opp-hz = /bits/ 64 <800000000>;
|
||||||
|
};
|
||||||
|
opp-998400000 {
|
||||||
|
opp-hz = /bits/ 64 <998400000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gpu_opp_table: opp_table {
|
gpu_opp_table: opp_table {
|
||||||
compatible = "operating-points-v2";
|
compatible = "operating-points-v2";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user