From 49bbe34829523bfa6c8eb5eb5b6429538efe3fff Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 14 Jul 2023 23:16:56 +0200 Subject: [PATCH] soc/amd/genoa: Hook up LPC ops Signed-off-by: Arthur Heymans Change-Id: I068fcbbcb0641cddce8fa85e2a64ab44d91d6bcf Reviewed-on: https://review.coreboot.org/c/coreboot/+/76526 Reviewed-by: Matt DeVillier Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/soc/amd/genoa/chipset.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/genoa/chipset.cb b/src/soc/amd/genoa/chipset.cb index 6523617b5b..b7b1868d2d 100644 --- a/src/soc/amd/genoa/chipset.cb +++ b/src/soc/amd/genoa/chipset.cb @@ -58,7 +58,7 @@ chip soc/amd/genoa end device pci 14.0 alias smbus on end # primary FCH function - device pci 14.3 alias lpc_bridge on end + device pci 14.3 alias lpc_bridge on ops amd_lpc_ops end device pci 14.6 alias sdhci off end device pci 18.0 alias data_fabric_0 on end