Coachz: Observe SPI_CLK voltage level is only 1.4V, need to adjust
the signal integrity strength to correct voltage level 1.8V BUG=b:184714790 BRANCH=trogdor TEST=HW test Change-Id: Iee7b458b6aa7d701724da87ecdf0f993d0565c0c Signed-off-by: yolkshih <yolkshih@ami.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52503 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wenchao Han <hanwenchao@huaqin.corp-partner.google.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
0ced2e85ba
commit
3827e03ee2
|
@ -152,7 +152,7 @@ static void configure_gpios(void)
|
|||
GPIO_NO_PULL, GPIO_2MA, GPIO_OUTPUT_ENABLE);
|
||||
|
||||
gpio_configure(GPIO(63), GPIO63_FUNC_QSPI_CLK,
|
||||
GPIO_NO_PULL, GPIO_2MA, GPIO_OUTPUT_ENABLE);
|
||||
GPIO_NO_PULL, GPIO_8MA, GPIO_OUTPUT_ENABLE);
|
||||
}
|
||||
|
||||
static void queue_bounce_data(uint8_t *data, uint32_t data_bytes,
|
||||
|
|
Loading…
Reference in New Issue