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

Commit 230b63b6 authored by Junjie Wu's avatar Junjie Wu
Browse files

clock-mmss-plutonium: Add measurement for mmsscc_mmssnoc_ahb



Support measurement for mmsscc_mmssnoc_ahb clock. Also external clocks
in MMSS into lookup table.

Change-Id: Ia6bfc61ea2dc7264c71ddbe33650f312fe755357
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent ec4b001e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1929,6 +1929,7 @@ static struct clk_mux_ops debug_mux_ops = {
static struct mux_clk mmss_debug_mux = {
	.ops = &debug_mux_ops,
	MUX_SRC_LIST(
		{ &mmsscc_mmssnoc_ahb.c, 0x0001 },
		{ &mmss_misc_ahb_clk.c, 0x0003 },
		{ &mmss_mmssnoc_axi_clk.c, 0x0004 },
		{ &mmss_s0_axi_clk.c, 0x0005 },
@@ -2013,6 +2014,9 @@ static struct mux_clk mmss_debug_mux = {
};

static struct clk_lookup msm_clocks_mmss_plutonium[] = {
	CLK_LIST(mmsscc_xo),
	CLK_LIST(mmsscc_gpll0),
	CLK_LIST(mmsscc_mmssnoc_ahb),
	CLK_LIST(mmpll0),
	CLK_LIST(mmpll0_out_main),
	CLK_LIST(mmpll4),
+3 −0
Original line number Diff line number Diff line
@@ -251,6 +251,9 @@
#define clk_gcc_debug_mux 0x8121ac15

/* clock_mmss controlled clocks */
#define clk_mmsscc_xo 0x05e63704
#define clk_mmsscc_gpll0 0xe900c515
#define clk_mmsscc_mmssnoc_ahb 0x7b4bd6f7
#define clk_mmpll0 0xdd83b751
#define clk_mmpll0_out_main 0x2f996a31
#define clk_mmpll4 0x22c063c1