summaryrefslogtreecommitdiff
path: root/include/trace/stm.h
diff options
context:
space:
mode:
authorJurijs Soloveckis <jurijs.soloveckis@stericsson.com>2011-10-17 10:21:00 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 08:59:25 +0100
commitb27774ba1c81713a998cb581129b403f5405538a (patch)
tree8e5956faf04c3d9f69b94fdba8c631998ab9d1e8 /include/trace/stm.h
parent1b28d7b2759c10433a37274e4c7804976fcb3b35 (diff)
ARM: u8500: Add control for modem and ape trace
SD-card, mipi34 and mipi60 IFs can be configured for modem or ape trace, using u-boot cmd prompt. STM drv is controlled via kernel environment vars: Example: stm.microsd=[none|modem|ape], or stm.mipi34=[none|modem|ape], or stm.mipi60=[none|modem|ape] If trace set to ape, use stm.stm_ter=N to init STM_TER reg with decimal value N (default: N=0). ST-Ericsson ID: 349677 ST-Ericsson Linux next: N/A ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ie04e4c004417c4542259e3074f1fa2fd4f00ce6d Depends-On: I7bbcf263b83338d7b05413dd9dc0ac2ec4880601 Signed-off-by: Jurijs Soloveckis <jurijs.soloveckis@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34160 Reviewed-by: QATOOLS Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include/trace/stm.h')
-rw-r--r--include/trace/stm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/trace/stm.h b/include/trace/stm.h
index 72e9136c25e..3cf11143c0e 100644
--- a/include/trace/stm.h
+++ b/include/trace/stm.h
@@ -64,7 +64,10 @@ enum stm_connection_type {
STM_DEFAULT_CONNECTION = 1,
STM_STE_MODEM_ON_MIPI34_NONE_ON_MIPI60 = 2,
STM_STE_APE_ON_MIPI34_NONE_ON_MIPI60 = 3,
- STM_STE_MODEM_ON_MIPI34_APE_ON_MIPI60 = 4
+ STM_STE_MODEM_ON_MIPI34_APE_ON_MIPI60 = 4,
+ STM_STE_MODEM_ON_MICROSD = 5,
+ STM_STE_APE_ON_MICROSD = 6,
+ STM_STE_INVALID_CONNECTION = 0xff
};
#ifdef __KERNEL__