aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x201/acpi_tables.c
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-02-15 17:00:46 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-07-19 14:24:29 +0200
commitf2b3cd63cfa2fcf7874b1947c60c22b664a277c7 (patch)
tree0f7ccfa29cfe00a3334f055333492157f96c4d3b /src/mainboard/lenovo/x201/acpi_tables.c
parentc2956e7752213f9eae5064e63d16afa84b7cc23f (diff)
lenovo/x60: Support digitizer on X60t and X201t.
Change-Id: I5b0399a8edca3b73aa7d515d2c446c31b3239fa5 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/5239 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x201/acpi_tables.c')
-rw-r--r--src/mainboard/lenovo/x201/acpi_tables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c
index 165de0d404..b6e99dd87c 100644
--- a/src/mainboard/lenovo/x201/acpi_tables.c
+++ b/src/mainboard/lenovo/x201/acpi_tables.c
@@ -31,6 +31,7 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include "southbridge/intel/ibexpeak/nvs.h"
+#include "drivers/lenovo/lenovo.h"
extern const unsigned char AmlCode[];
#if CONFIG_HAVE_ACPI_SLIC
@@ -93,6 +94,7 @@ unsigned long acpi_fill_ssdt_generator(unsigned long current,
const char *oem_table_id)
{
generate_cpu_entries();
+ drivers_lenovo_serial_ports_ssdt_generate("\\_SB.PCI0.LPCB", 0);
return (unsigned long)(acpigen_get_current());
}