diff options
author | Subrata Banik <subratabanik@google.com> | 2022-12-05 21:07:49 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-12-08 07:36:51 +0000 |
commit | 0fbbdfe60e515bcb360bf1c4d5089f6496c98bfb (patch) | |
tree | 9066c756ddccb768590657623eb3af9faf682d4f | |
parent | d90154c8de06b9cfa1b25b7fc22f08a7d8f1c298 (diff) |
soc/intel/meteorlake: Add missing entry for GSPI2
This patch adds missing ASL entry for GSPI2 device.
Change-Id: I8f8410947b77d1a9bab2fa5929f30c803a78266d
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70354
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/intel/meteorlake/acpi/serialio.asl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/acpi/serialio.asl b/src/soc/intel/meteorlake/acpi/serialio.asl index 4034f65618..e4a675e335 100644 --- a/src/soc/intel/meteorlake/acpi/serialio.asl +++ b/src/soc/intel/meteorlake/acpi/serialio.asl @@ -50,6 +50,12 @@ Device (SPI1) Name (_DDN, "Serial IO SPI Controller 1") } +Device (SPI2) +{ + Name (_ADR, 0x00120006) + Name (_DDN, "Serial IO SPI Controller 2") +} + Device (UAR0) { Name (_ADR, 0x001e0000) |