We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a4688 commit 64a026dCopy full SHA for 64a026d
drivers/soc/qcom/socinfo.c
@@ -48,6 +48,7 @@
48
#define SMEM_IMAGE_TABLE_CDSP1_INDEX 19
49
#define SMEM_IMAGE_TABLE_GPDSP_INDEX 20
50
#define SMEM_IMAGE_TABLE_GPDSP1_INDEX 21
51
+#define SMEM_IMAGE_TABLE_TME_INDEX 28
52
#define SMEM_IMAGE_VERSION_TABLE 469
53
54
/*
@@ -67,6 +68,7 @@ static const char *const socinfo_image_names[] = {
67
68
[SMEM_IMAGE_TABLE_CDSP1_INDEX] = "cdsp1",
69
[SMEM_IMAGE_TABLE_GPDSP_INDEX] = "gpdsp",
70
[SMEM_IMAGE_TABLE_GPDSP1_INDEX] = "gpdsp1",
71
+ [SMEM_IMAGE_TABLE_TME_INDEX] = "tme",
72
};
73
74
static const char *const pmic_models[] = {
0 commit comments