From e4a52927ba1e3f5de98dbc28c8a7e1a30f1029e0 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 7 Nov 2013 14:33:21 -0600 Subject: [PATCH] baytrail: include mainboard's superio.asl The mainboard needs an opportunity to hang devices off of the LPC device. Therefore, provide this opportunity for the mainboard. BUG=chrome-os-partner:23505 BRANCH=None TEST=Buit and booted with keyboard. Keys work. Change-Id: Ie2b660ad43e86d9237b0b0bb0720b069670bc537 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/176133 Reviewed-by: Duncan Laurie --- src/soc/intel/baytrail/acpi/lpc.asl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/soc/intel/baytrail/acpi/lpc.asl b/src/soc/intel/baytrail/acpi/lpc.asl index 24fa9c7b5d..408d2b420f 100644 --- a/src/soc/intel/baytrail/acpi/lpc.asl +++ b/src/soc/intel/baytrail/acpi/lpc.asl @@ -138,6 +138,9 @@ Device (LPCB) }) } + // Include mainboard's superio.asl file. + #include "acpi/superio.asl" + #ifdef ENABLE_TPM Device (TPM) // Trusted Platform Module {