aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/sabrina/include/soc/smu.h4
-rw-r--r--src/soc/amd/sabrina/smu.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/amd/sabrina/include/soc/smu.h b/src/soc/amd/sabrina/include/soc/smu.h
index e4b8e15f5d..d4990c0c3a 100644
--- a/src/soc/amd/sabrina/include/soc/smu.h
+++ b/src/soc/amd/sabrina/include/soc/smu.h
@@ -1,13 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* TODO: Check if this is still correct */
-
#ifndef AMD_SABRINA_SMU_H
#define AMD_SABRINA_SMU_H
/* SMU mailbox register offsets in SMN */
#define SMN_SMU_MESG_ID 0x3b10528
-#define SMN_SMU_MESG_RESP 0x3b10564
+#define SMN_SMU_MESG_RESP 0x3b10578
#define SMN_SMU_MESG_ARGS_BASE 0x3b10998
#define SMU_NUM_ARGS 6
diff --git a/src/soc/amd/sabrina/smu.c b/src/soc/amd/sabrina/smu.c
index dd83713fbd..1496957117 100644
--- a/src/soc/amd/sabrina/smu.c
+++ b/src/soc/amd/sabrina/smu.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* TODO: Check if this is still correct */
-
#include <console/console.h>
#include <amdblocks/smu.h>
#include <soc/smu.h>