soc/intel/apollolake/pmutil.c: Fix smi_sts_bits[HSMBUS_SMI_STS_BIT]

Found using -Woverride-init command option.

Change-Id: I9f0755de9fae678fc5d78a709453fd1098d70e50
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71893
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Elyes Haouas 2023-01-14 20:09:52 +01:00
parent a231d2c13e
commit 7fd39ffbdd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const char *const *soc_smi_sts_array(size_t *a)
[SERIRQ_SMI_STS_BIT] = "SERIRQ",
[SMBUS_SMI_STS_BIT] = "SMBUS_SMI",
[XHCI_SMI_STS_BIT] = "XHCI",
[SCS_SMI_STS_BIT] = "HOST_SMBUS",
[HSMBUS_SMI_STS_BIT] = "HOST_SMBUS",
[SCS_SMI_STS_BIT] = "SCS",
[PCI_EXP_SMI_STS_BIT] = "PCI_EXP_SMI",
[SCC2_SMI_STS_BIT] = "SCC2",