From 164e8f1d9b9a36ccca2feefa0e2172ac0c3254c3 Mon Sep 17 00:00:00 2001 From: "Zhao, Lijian" Date: Mon, 1 Feb 2016 16:41:59 -0800 Subject: soc/intel/apollolake: Add GPIO devices Add GPIO controller in ACPI device description. GPIO controller driver is probed in kernel and all the pins in the banks are showing respective values. Change-Id: I0512cfec872113b15fd204ec3b95efeac87f694a Signed-off-by: Zhao, Lijian Signed-off-by: Jagadish Krishnamoorthy Reviewed-on: https://review.coreboot.org/14478 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/acpi/southbridge.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/apollolake/acpi/southbridge.asl') diff --git a/src/soc/intel/apollolake/acpi/southbridge.asl b/src/soc/intel/apollolake/acpi/southbridge.asl index 46d701328a..0584439a2a 100644 --- a/src/soc/intel/apollolake/acpi/southbridge.asl +++ b/src/soc/intel/apollolake/acpi/southbridge.asl @@ -20,3 +20,6 @@ /* PCI IRQ assignment */ #include "pci_irqs.asl" + +/* GPIO controller */ +#include "gpio.asl" -- cgit v1.2.3