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

Commit 8b162e00 authored by Tianyi Gou's avatar Tianyi Gou
Browse files

msm: clock-8084: Add Krait and L2 clocks measurement mux entries



Add Krait and L2 clocks measurement mux selection values to support
the measurement on the Krait and L2 clocks.

Change-Id: I09d02ec40837eece1236d01a98071f77c3729243
Signed-off-by: default avatarTianyi Gou <tgou@codeaurora.org>
parent 40888895
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include "clock-voter.h"
#include "clock.h"
#include "clock-mdss-8974.h"
#include "clock-krait.h"

enum {
	GCC_BASE,
@@ -5448,6 +5449,12 @@ static struct measure_mux_entry measure_mux[] = {
	{&venus0_core0_vcodec_clk.c,		MMSS_BASE, 0x0079},
	{&venus0_core1_vcodec_clk.c,		MMSS_BASE, 0x007a},

	{&krait0_clk.c,				APCS_BASE, M_ACPU0},
	{&krait1_clk.c,				APCS_BASE, M_ACPU1},
	{&krait2_clk.c,				APCS_BASE, M_ACPU2},
	{&krait3_clk.c,				APCS_BASE, M_ACPU3},
	{&l2_clk.c,				APCS_BASE, M_L2},

	{&dummy_clk,				N_BASES, 0x0000},
};