diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/glinda/include/soc/smu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/glinda/include/soc/smu.h b/src/soc/amd/glinda/include/soc/smu.h index 32d5856df6..7916774fbb 100644 --- a/src/soc/amd/glinda/include/soc/smu.h +++ b/src/soc/amd/glinda/include/soc/smu.h @@ -6,8 +6,8 @@ #define AMD_GLINDA_SMU_H /* SMU mailbox register offsets in SMN */ -#define SMN_SMU_MESG_ID 0x3b10528 -#define SMN_SMU_MESG_RESP 0x3b10578 +#define SMN_SMU_MESG_ID 0x3b10928 +#define SMN_SMU_MESG_RESP 0x3b10978 #define SMN_SMU_MESG_ARGS_BASE 0x3b10998 #define SMU_NUM_ARGS 6 |