From 2fe0d75d42904b224be344b1865a2582b20ecea2 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 13 Dec 2016 09:15:07 -0800 Subject: google/reef: Use exported GPIOs and ACPI regulator for touchscreen ELAN touchscreen device expects firmware to export GPIOs and ACPI regulators for managing power to the device. Thus, provide the required ACPI elements for OS driver to properly manage this device. BUG=chrome-os-partner:60194 BRANCH=None TEST=Verified that touchscreen works properly on boot-up and after suspend/resume. Change-Id: I298ca5de9c0ae302309d87e3dffb65f9be1e882e Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/17799 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Duncan Laurie --- src/mainboard/google/reef/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/reef/Kconfig') diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index c5625b68a0..0766577a1f 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -50,6 +50,9 @@ config DRIVERS_I2C_WACOM config DRIVERS_PS2_KEYBOARD default y +config DRIVERS_GENERIC_GPIO_REGULATOR + default y + config MAINBOARD_DIR string default google/reef -- cgit v1.2.3