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>
This commit is contained in:
parent
6ebb7394f9
commit
205a5620af
|
@ -71,4 +71,7 @@
|
||||||
/* Enable EC sync interrupt, EC_SYNC_IRQ is defined in variant/gpio.h */
|
/* Enable EC sync interrupt, EC_SYNC_IRQ is defined in variant/gpio.h */
|
||||||
#define EC_ENABLE_SYNC_IRQ
|
#define EC_ENABLE_SYNC_IRQ
|
||||||
|
|
||||||
|
/* Enable EC backed PD MCU device in ACPI */
|
||||||
|
#define EC_ENABLE_PD_MCU_DEVICE
|
||||||
|
|
||||||
#endif /* __MAINBOARD_EC_H__ */
|
#endif /* __MAINBOARD_EC_H__ */
|
||||||
|
|
Loading…
Reference in New Issue