From f13e2501525f0025b03f4b2ee3487999bb0ade2b Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 13 Apr 2017 02:57:55 -0700 Subject: mainboard/google/eve: Remove ACPI ALS device Remove the ACPI ALS device from the EC configuration because this system has an ALS that is presented through the new EC sensor interface rather than the legacy ACPI interface. BUG=b:37179776 BRANCH=none TEST=Boot an Eve device and ensure that 'acpi-als' device is not present in /sys/bus/iio/devices. Change-Id: Ie18b8a661e4d16464784ca8a227586036e7631de Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/19265 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Paul Menzel --- src/mainboard/google/eve/ec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/google/eve/ec.h') diff --git a/src/mainboard/google/eve/ec.h b/src/mainboard/google/eve/ec.h index 884b10545a..0969da17ec 100644 --- a/src/mainboard/google/eve/ec.h +++ b/src/mainboard/google/eve/ec.h @@ -61,9 +61,6 @@ * ACPI related definitions for ASL code. */ -/* Enable EC backed ALS device in ACPI */ -#define EC_ENABLE_ALS_DEVICE - /* Enable EC backed Keyboard Backlight in ACPI */ #define EC_ENABLE_KEYBOARD_BACKLIGHT -- cgit v1.2.3