From e71cfc0305ac2d575c28a2d65f7187696d8b55b9 Mon Sep 17 00:00:00 2001 From: Deepak Katragadda Date: Mon, 19 Sep 2016 10:23:46 -0700 Subject: [PATCH] clk: msm: clock: Update the bimc clock mux index Use the ddrss_gcc_dbg_clk mux index to get the rate measurement of the DDR clock on MSMCOBALT. Note that this feature is only supported on v2 platforms. CRs-Fixed: 1068034 Change-Id: Ib472c226b7e35079e6b8391848a0a0d1c38962c0 Signed-off-by: Deepak Katragadda --- drivers/clk/msm/clock-gcc-cobalt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/msm/clock-gcc-cobalt.c b/drivers/clk/msm/clock-gcc-cobalt.c index 05272118af16..46e791b3cb99 100644 --- a/drivers/clk/msm/clock-gcc-cobalt.c +++ b/drivers/clk/msm/clock-gcc-cobalt.c @@ -2374,7 +2374,7 @@ static struct mux_clk gcc_debug_mux = { { &debug_cpu_clk.c, 0x00c0 }, { &snoc_clk.c, 0x0000 }, { &cnoc_clk.c, 0x000e }, - { &bimc_clk.c, 0x00a9 }, + { &bimc_clk.c, 0x014e }, { &gcc_mmss_sys_noc_axi_clk.c, 0x001f }, { &gcc_mmss_noc_cfg_ahb_clk.c, 0x0020 }, { &gcc_usb30_master_clk.c, 0x003e },