Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39675 )
Change subject: mb/google/volteer: Enable PD_MCU device ......................................................................
mb/google/volteer: Enable PD_MCU device
This is required for PD notifications on the cros_ec driver.
BUG=b:150649744 TEST=Boot volteer with this patch and verify that PD notifier events are being generated.
Signed-off-by: Prashant Malani pmalani@chromium.org Change-Id: I2e72320b025a3dfa7412181586cb142a4503eda5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39675 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/volteer/variants/baseboard/include/baseboard/ec.h 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/ec.h index a8ba27c..3d89e3c1 100644 --- a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/ec.h +++ b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/ec.h @@ -71,4 +71,7 @@ /* Enable EC sync interrupt, EC_SYNC_IRQ is defined in variant/gpio.h */ #define EC_ENABLE_SYNC_IRQ
+/* Enable EC backed PD MCU device in ACPI */ +#define EC_ENABLE_PD_MCU_DEVICE + #endif /* __MAINBOARD_EC_H__ */