diff options
| author | Taniya Das <tdas@codeaurora.org> | 2017-01-10 16:52:16 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-14 21:52:12 -0800 |
| commit | 5e14d7b53f8775f1cf172319d2c4dd49dca25f19 (patch) | |
| tree | 334d81858a0206de94e8148d460978d0ffde89d0 | |
| parent | 2e830e63e40e47e83888c1f57bdd7f12a5eee63f (diff) | |
ARM: dts: msm: Enable OSM CPU clocks for SDM660
Update the 'apm-threshold-voltage' as per recommendation and also enable
the OSM cpu clocks.
Change-Id: I8074699b1ea9e5182a136d4935ffd2938972a91b
Signed-off-by: Taniya Das <tdas@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index 6e3cd999ac05..90013a220a33 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -1095,7 +1095,6 @@ clock_cpu: qcom,clk-cpu-660@179c0000 { compatible = "qcom,clk-cpu-osm"; - status = "disabled"; reg = <0x179c0000 0x4000>, <0x17916000 0x1000>, <0x17816000 0x1000>, <0x179d1000 0x1000>, <0x00784130 0x8>; @@ -1161,7 +1160,7 @@ qcom,apm-mode-ctl = <0x179d0004 0x179d0010>; qcom,apm-ctrl-status = <0x179d000c 0x179d0018>; - qcom,apm-threshold-voltage = <832000>; + qcom,apm-threshold-voltage = <872000>; qcom,boost-fsm-en; qcom,safe-fsm-en; qcom,ps-fsm-en; |
