Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05b55e0a authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

msm: clock-8992: Add GCC clock controller for MSM8992



Add support for the GCC clock controller for MSM8992

Change-Id: Ia409af8747e9d701a2dbdd0e5021380550277864
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent e33b9fba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ obj-$(CONFIG_ARCH_MSM8994) += clock-cpu-8994.o

# MSM8992
obj-$(CONFIG_ARCH_MSM8992)	+= clock-rpm-8992.o
obj-$(CONFIG_ARCH_MSM8992)	+= clock-gcc-8992.o

# MSM8936
obj-$(CONFIG_ARCH_MSM8916)	+= clock-rpm-8936.o
+2593 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −1
Original line number Diff line number Diff line
@@ -219,7 +219,6 @@
#define clk_gcc_gp1_clk 0x057f7b69
#define clk_gcc_gp2_clk 0x9bf83ffd
#define clk_gcc_gp3_clk 0xec6539ee
#define clk_gcc_lpass_q6_axi_clk 0xa9612654
#define clk_gcc_mss_cfg_ahb_clk 0x111cde81
#define clk_gcc_mss_q6_bimc_axi_clk 0x67544d62
#define clk_gcc_pcie_0_aux_clk 0x3d2e3ece
@@ -412,6 +411,9 @@
#define clk_a53_div_clk 0x6006022b

/* clock_debug controlled clocks */
#define clk_debug_mmss_clk 0x977c99b6
#define clk_debug_rpm_clk 0x8e2b07ca
#define clk_debug_cpu_clk 0x0e696b2b
#define clk_gcc_debug_mux 0x8121ac15

#endif