mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 13:46:43 +07:00
qcom: ipq4019: add cpu operating points for cpufreq support
This adds some operating points for cpu frequeny scaling Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
e76b4284b5
commit
15689ec209
@ -40,6 +40,14 @@ cpu@0 {
|
||||
reg = <0x0>;
|
||||
clocks = <&gcc GCC_APPS_CLK_SRC>;
|
||||
clock-frequency = <0>;
|
||||
operating-points = <
|
||||
/* kHz uV (fixed) */
|
||||
48000 1100000
|
||||
200000 1100000
|
||||
500000 1100000
|
||||
666000 1100000
|
||||
>;
|
||||
clock-latency = <256000>;
|
||||
};
|
||||
|
||||
cpu@1 {
|
||||
|
Loading…
Reference in New Issue
Block a user