attila-v has uploaded this change for review.

View Change

Add more delay time for jlink power on feature to stabilize the LDO and the decoupling capacitors

Change-Id: Ic2dd94e99ac6ffa17a009b8488ce027698ae2c28
---
M jlink_spi.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/85/86085/1
diff --git a/jlink_spi.c b/jlink_spi.c
index 447629c..7558676 100644
--- a/jlink_spi.c
+++ b/jlink_spi.c
@@ -466,7 +466,7 @@
}

/* Wait some time until the target is powered up. */
- internal_sleep(10000);
+ internal_sleep(100000);
}

struct jaylink_hardware_status hwstat;

To view, visit change 86085. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Ic2dd94e99ac6ffa17a009b8488ce027698ae2c28
Gerrit-Change-Number: 86085
Gerrit-PatchSet: 1
Gerrit-Owner: attila-v