mb/google/sarien: Enable recovery mode GPIO
Enable the active-low recovery mode GPIO now that new boards are available which have an external pull-up instead of a pull-down so it can be asserted properly by servo. This was tested on a Sarien system by holding the recovery button on the servo board and tapping the cold reset button and ensuring that it enters recovery mode. Change-Id: I3216580bc94de71b05bf9382f15d0c4d428cb9fa Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/30721 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
parent
e11aeab132
commit
cae7944fc3
|
@ -252,10 +252,7 @@ const struct pad_config *variant_early_gpio_table(size_t *num)
|
|||
}
|
||||
|
||||
static const struct cros_gpio cros_gpios[] = {
|
||||
/*
|
||||
* TODO: re-enable recovery mode when boards are updated:
|
||||
* CROS_GPIO_REC_AL(GPP_E8, CROS_GPIO_DEVICE_NAME),
|
||||
*/
|
||||
CROS_GPIO_REC_AL(GPP_E8, CROS_GPIO_DEVICE_NAME),
|
||||
CROS_GPIO_WP_AH(GPP_E15, CROS_GPIO_DEVICE_NAME),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue