diff options
-rw-r--r-- | drivers/char/tpm/tpm_tis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c index 34832bc7464..d93bafde312 100644 --- a/drivers/char/tpm/tpm_tis.c +++ b/drivers/char/tpm/tpm_tis.c | |||
@@ -432,6 +432,9 @@ static int probe_itpm(struct tpm_chip *chip) | |||
432 | out: | 432 | out: |
433 | itpm = rem_itpm; | 433 | itpm = rem_itpm; |
434 | tpm_tis_ready(chip); | 434 | tpm_tis_ready(chip); |
435 | /* some TPMs need a break here otherwise they will not work | ||
436 | * correctly on the immediately subsequent command */ | ||
437 | msleep(chip->vendor.timeout_b); | ||
435 | release_locality(chip, chip->vendor.locality, 0); | 438 | release_locality(chip, chip->vendor.locality, 0); |
436 | 439 | ||
437 | return rc; | 440 | return rc; |