diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-16 13:29:58 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-18 06:01:34 +0000 |
commit | 59e65e93777a2a94c984f9c5b9df43c9adcd58dc (patch) | |
tree | b0a5704ed1205ddb665574d9d3e0e2d1fdf99bd8 /src/soc/intel/jasperlake/pmutil.c | |
parent | 651428b9840f378d29d7d189ac48ddb50b454375 (diff) |
soc/intel/jasperlake: Switch to common eSPI header
This patch updates Jasper Lake code to use the common eSPI header
file (`intelpch/espi.h`) instead of the SoC-specific one.
BUG=none
TEST=Builds successfully for google/dedede.
Change-Id: I93dcd26588111d848be1580220945687890ef3b8
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83486
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/intel/jasperlake/pmutil.c')
-rw-r--r-- | src/soc/intel/jasperlake/pmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/pmutil.c b/src/soc/intel/jasperlake/pmutil.c index f52cc43272..855e9b342a 100644 --- a/src/soc/intel/jasperlake/pmutil.c +++ b/src/soc/intel/jasperlake/pmutil.c @@ -16,7 +16,7 @@ #include <intelblocks/pmclib.h> #include <intelblocks/rtc.h> #include <intelblocks/tco.h> -#include <soc/espi.h> +#include <intelpch/espi.h> #include <soc/gpe.h> #include <soc/iomap.h> #include <soc/pci_devs.h> |