Tony Huang has uploaded this change for review.

View Change

mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS)

Enable ALS ACPI devices for dooly.

BUG=b:168426118
BRANCH=puff
TEST=Ensure that ALS devices are enabled in ACPI tables.

Change-Id: Idd44d6ae1e7b62939fdfc3a0ab01924d2c1714aa
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
---
M src/mainboard/google/hatch/variants/dooly/include/variant/ec.h
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/46061/1
diff --git a/src/mainboard/google/hatch/variants/dooly/include/variant/ec.h b/src/mainboard/google/hatch/variants/dooly/include/variant/ec.h
index 59fb378..7d280c6 100644
--- a/src/mainboard/google/hatch/variants/dooly/include/variant/ec.h
+++ b/src/mainboard/google/hatch/variants/dooly/include/variant/ec.h
@@ -5,4 +5,7 @@

#include <puff/ec.h>

+/* Enable EC backed ALS device in ACPI */
+#define EC_ENABLE_ALS_DEVICE
+
#endif

To view, visit change 46061. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idd44d6ae1e7b62939fdfc3a0ab01924d2c1714aa
Gerrit-Change-Number: 46061
Gerrit-PatchSet: 1
Gerrit-Owner: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Gerrit-MessageType: newchange