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 @@
|
|||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
clocks = <&gcc GCC_APPS_CLK_SRC>;
|
clocks = <&gcc GCC_APPS_CLK_SRC>;
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
|
operating-points = <
|
||||||
|
/* kHz uV (fixed) */
|
||||||
|
48000 1100000
|
||||||
|
200000 1100000
|
||||||
|
500000 1100000
|
||||||
|
666000 1100000
|
||||||
|
>;
|
||||||
|
clock-latency = <256000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user