From 0e9dbf084315f9cb1a5e1a7f15ed3125e38a1806 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 19 Jan 2023 23:06:54 +0100 Subject: soc/amd/glinda,mendocino,phoenix/espi_util: add comment about register Even though the register name begins with ESPI, it resides in the SPI registers and not in the eSPI registers, so add a comment to point this out to hopefully avoid some confusion. Signed-off-by: Felix Held Change-Id: I9f8d15ceb98f51aad0816021f98ec5c78953e7f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72122 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Matt DeVillier --- src/soc/amd/glinda/espi_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/glinda') diff --git a/src/soc/amd/glinda/espi_util.c b/src/soc/amd/glinda/espi_util.c index d26a29f650..067a722e41 100644 --- a/src/soc/amd/glinda/espi_util.c +++ b/src/soc/amd/glinda/espi_util.c @@ -4,7 +4,7 @@ #include #include -#define ESPI_CNTRL_REGISTER 0x10 +#define ESPI_CNTRL_REGISTER 0x10 /* SPI register, not eSPI register! */ #define LOCK_SPIX10_BIT2 BIT(3) #define ESPI_MUX_SPI1 BIT(2) #define ROM_ADDR_WR_PROT BIT(1) -- cgit v1.2.3