diff options
author | Avinash Munduru <AvinashMunduru@amd.com> | 2024-03-06 15:35:24 +0530 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2024-10-03 21:08:00 +0000 |
commit | 770dba3339e7603b985e5134a11c523586c4d5bd (patch) | |
tree | 2f6e5fbf1ac89a37c2bb336976162f4025dee6b4 | |
parent | 3c11347f7c67693c1c464d87e0fbae0396a01cb3 (diff) |
soc/amd/glinda/include/smu.h: Update mailbox register addresses
Signed-off-by: Avinash Munduru <AvinashMunduru@amd.com>
Change-Id: I427186aa9f0fb0650b2ab8d6171a51a33edf2778
Tested-by: Avinash Munduru <Avinash.Munduru@amd.com>
Reviewed-by: Anand Vaikar <a.vaikar2021@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84384
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-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 |