From 6b5e75d83735777ff281b2e9b89752795779670f Mon Sep 17 00:00:00 2001 From: Eran Mitrani Date: Wed, 16 Aug 2023 15:21:32 -0700 Subject: 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 Change-Id: I02f7c4b68cfee2ebb202581c9f031af99ab4b6f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77245 Reviewed-by: Kapil Porwal Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/rex/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/rex/dsdt.asl') 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 } /* Mainboard specific */ -#if CONFIG(BOARD_GOOGLE_REX0) +#if CONFIG(BOARD_GOOGLE_MODEL_REX) Scope (\_SB.PCI0.SPI0) { #include -- cgit v1.2.3