Tony Huang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
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
Sam McNally has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1: Code-Review+2
Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1: Code-Review+2
Tony Huang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1:
Hi Sam, Edward,
Could you please help merge this CL?
Thanks
Tony Huang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1:
Please help submit this CL. Thanks
Tony Huang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1:
Hi Edward, Could you please help merge this change? Thank you
Edward O'Callaghan has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46061 )
Change subject: mb/google/puff/var/dooly: Enable Ambient Light Sensor (ALS) ......................................................................
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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46061 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Sam McNally sammc@google.com Reviewed-by: Edward O'Callaghan quasisec@chromium.org --- M src/mainboard/google/hatch/variants/dooly/include/variant/ec.h 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Edward O'Callaghan: Looks good to me, approved Sam McNally: Looks good to me, approved
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