summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOsvaldo Banuelos <osvaldob@codeaurora.org>2016-02-04 11:34:17 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:21:09 -0700
commit74fce9fb4c7c41f97b170f4db9f1d3daa2cb0f67 (patch)
treeef39e4a2b95c82954fc7f30701a22132b8952341 /include
parentbed0bde3177bdfa6d12237ffa26714bcacbe4593 (diff)
clk: msm: clock-osm: add OSM clock driver
The Operating State Manager is a hardware block which deals with performing voltage and frequency change operations in the CPUSS. Two instances exist, one for each cluster, in the msmcobalt chip. Introduce the OSM clock driver to perform the required OSM hardware block initialization and support DCVS scale requests. Change-Id: I3e155db5cd580e371ca1791815e4942f442a3d20 CRs-Fixed: 967319 Signed-off-by: Pushkar Joshi <pushkarj@codeaurora.org> Signed-off-by: Osvaldo Banuelos <osvaldob@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/msm-clocks-cobalt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/msm-clocks-cobalt.h b/include/dt-bindings/clock/msm-clocks-cobalt.h
index 73f4de84de8d..ae1830f6307a 100644
--- a/include/dt-bindings/clock/msm-clocks-cobalt.h
+++ b/include/dt-bindings/clock/msm-clocks-cobalt.h
@@ -457,4 +457,10 @@
#define clk_gpucc_mx_clk 0x1edbb879
#define clk_gpucc_gcc_dbg_clk 0x9ae8cd3c
+/* CPU clocks */
+#define clk_pwrcl_clk 0xc554130e
+#define clk_perfcl_clk 0x58869997
+#define clk_sys_apcsaux_clk_gcc 0xf905e862
+#define clk_xo_ao 0x428c856d
+
#endif