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

Commit 751a4100 authored by Satyajit Desai's avatar Satyajit Desai
Browse files

coresight-cti: Increase the number of CTI triggers



On some of the CTI devices the number of input and output
triggers available on the HW have increased. We are increasing
the number of maximum possible CTI triggers in order to accommodate
these devices. For CTI devices with less than the max number of
available triggers, the extra triggers will be treated as
write ignore and read zero.

Change-Id: Icfc79b6ca87dcca52d55fe9b72dc470462d0c508
Signed-off-by: default avatarSatyajit Desai <sadesai@codeaurora.org>
parent 1fd6e206
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ do { \
#define ITCHIN			(0xEF4)
#define ITTRIGIN		(0xEF8)

#define CTI_MAX_TRIGGERS	(8)
#define CTI_MAX_TRIGGERS	(32)
#define CTI_MAX_CHANNELS	(4)
#define AFFINITY_LEVEL_L2	1