Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/52956 )
Change subject: mb/google/mancomb: Switch eSPI ALERT# to in-band ......................................................................
mb/google/mancomb: Switch eSPI ALERT# to in-band
This matches what we are doing on guybrush.
BUG=b:187122344, b:186135022 TEST=build
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Id61de28cd0ee762693b287b29bdd7605d4176929 --- M src/mainboard/google/mancomb/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/52956/1
diff --git a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb index 88c09ac..7ed9c1b 100644 --- a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb @@ -31,7 +31,7 @@ .io_mode = ESPI_IO_MODE_QUAD, .op_freq_mhz = ESPI_OP_FREQ_33_MHZ, .crc_check_enable = 1, - .alert_pin = ESPI_ALERT_PIN_PUSH_PULL, + .alert_pin = ESPI_ALERT_PIN_IN_BAND, .periph_ch_en = 1, .vw_ch_en = 1, .oob_ch_en = 0,