From 57dcf55538e192b65f568eb7452043634fc49fce Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 8 Dec 2016 10:48:06 -0800 Subject: google/eve: Add ASL code to describe SPI FPC1020 controller There is ongoing work to link SPI bus and devices in to the devicetree so this can be generated, but for now put in the raw ASL code to describe this controller so it can be used by the factory. BUG=chrome-os-partner:55538 TEST=successfully load fpc1020 kernel module on eve board Change-Id: I6641664e60fcf2c0bad4b3506c77513b26d7be2e Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/17776 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/eve/dsdt.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/eve/dsdt.asl') diff --git a/src/mainboard/google/eve/dsdt.asl b/src/mainboard/google/eve/dsdt.asl index 2882d50f19..22b92f3194 100644 --- a/src/mainboard/google/eve/dsdt.asl +++ b/src/mainboard/google/eve/dsdt.asl @@ -67,4 +67,7 @@ DefinitionBlock( { #include "acpi/dptf.asl" } + + /* ACPI code for EC functions */ + #include "acpi/mainboard.asl" } -- cgit v1.2.3