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 <dkatraga@codeaurora.org>
This commit is contained in:
parent
6bbaf84de6
commit
e71cfc0305
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue