diff options
author | Matthew McClintock <mmcclint@codeaurora.org> | 2016-03-23 17:05:10 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-04-19 21:42:16 -0500 |
commit | 15689ec209b2bc9ef0a02a82fdafd6da87dc1021 (patch) | |
tree | 40b6665480be805f347594380e16f2af40a494b4 /arch/arm/boot/dts | |
parent | e76b4284b520ba3b83d2f3df1451c0cbb897b85d (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq4019.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi index 1937edfdcd75..db48fd348370 100644 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -40,6 +40,14 @@ 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 { |