summaryrefslogtreecommitdiff
path: root/src/soc/amd/glinda/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/glinda/smihandler.c')
-rw-r--r--src/soc/amd/glinda/smihandler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/glinda/smihandler.c b/src/soc/amd/glinda/smihandler.c
index 9cf754a782..8591de766c 100644
--- a/src/soc/amd/glinda/smihandler.c
+++ b/src/soc/amd/glinda/smihandler.c
@@ -112,6 +112,7 @@ static void fch_slp_typ_handler(void)
static const struct smi_sources_t smi_sources[] = {
{ .type = SMITYPE_SMI_CMD_PORT, .handler = fch_apmc_smi_handler },
{ .type = SMITYPE_SLP_TYP, .handler = fch_slp_typ_handler},
+ { .type = SMITYPE_PSP, .handler = psp_smi_handler },
};
void *get_smi_source_handler(int source)