From 3a49adadce560cabd0df2f4e36b17e3c2bdf61bc Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 1 Oct 2020 19:33:19 +1000 Subject: realtek_mst_i2c_spi.c: Remove reset from init fn Remove MCU reset on init as this was only introduced when MCU fw requirements for correct flashing were unknown however it turns out no MCU fw is required to flash and so no MCU reset should occur upon initialization. Change-Id: Ia03f94effc4b720964638c032bbde5acfb13960d Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/45896 Reviewed-by: Sam McNally Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- realtek_mst_i2c_spi.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'realtek_mst_i2c_spi.c') diff --git a/realtek_mst_i2c_spi.c b/realtek_mst_i2c_spi.c index 61585248..78675289 100644 --- a/realtek_mst_i2c_spi.c +++ b/realtek_mst_i2c_spi.c @@ -450,11 +450,6 @@ int realtek_mst_i2c_spi_init(void) if (fd < 0) return fd; - /* Ensure we are in a known state before entering ISP mode */ - ret |= realtek_mst_i2c_spi_reset_mpu(fd); - if (ret) - return ret; - ret |= realtek_mst_i2c_spi_enter_isp_mode(fd); if (ret) return ret; -- cgit v1.2.3