From 55dc634a02cf8d90f60916c23f54340a0c68c362 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 13 Apr 2017 02:57:55 -0700 Subject: [PATCH] UPSTREAM: 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: Idd98d9faf54db5fea2265ed54c358d284d45c03d Signed-off-by: Patrick Georgi Original-Commit-Id: f13e2501525f0025b03f4b2ee3487999bb0ade2b Original-Change-Id: Ie18b8a661e4d16464784ca8a227586036e7631de Original-Signed-off-by: Duncan Laurie Original-Reviewed-on: https://review.coreboot.org/19265 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Furquan Shaikh Original-Reviewed-by: Paul Menzel Reviewed-on: https://chromium-review.googlesource.com/480103 --- src/mainboard/google/eve/ec.h | 3 --- 1 file changed, 3 deletions(-) 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