aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEran Mitrani <mitrani@google.com>2023-08-16 15:21:32 -0700
committerMartin L Roth <gaumless@gmail.com>2023-08-20 18:22:45 +0000
commit6b5e75d83735777ff281b2e9b89752795779670f (patch)
treeef3a3cfe3f9dbf15b261096a8d9222777029abea /src
parent52fb64be42f3bade7d8a7b1bddc6e980fc209430 (diff)
mb/google/rex: include Elan HID over SPI ASL for Rex4ES
Existing code did not include the HID over SPI for rex4es. This CL corrects this issue. BUG=None TEST=Tested on Rex Signed-off-by: Eran Mitrani <mitrani@google.com> Change-Id: I02f7c4b68cfee2ebb202581c9f031af99ab4b6f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77245 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/rex/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/dsdt.asl b/src/mainboard/google/rex/dsdt.asl
index fb94cac08b..84c09e1ba4 100644
--- a/src/mainboard/google/rex/dsdt.asl
+++ b/src/mainboard/google/rex/dsdt.asl
@@ -38,7 +38,7 @@ DefinitionBlock(
#include <ec/google/chromeec/acpi/ec.asl>
}
/* Mainboard specific */
-#if CONFIG(BOARD_GOOGLE_REX0)
+#if CONFIG(BOARD_GOOGLE_MODEL_REX)
Scope (\_SB.PCI0.SPI0)
{
#include <variant/acpi/hid_spi_elan.asl>