Skip to content
Snippets Groups Projects
UBI U-Boot Custodian Tree

UBI U-Boot Custodian Tree

Project ID: 580
Tom Rini's avatar
Tom Rini authored
Back when the TPM subsystem was refactored tpm_tis_wait_init() ended up
being called after tpm_tis_init() which initializes values the former needs.

Since we added more TPM chipsets since then sitting on an i2c bus, this patch
folds in tpm_tis_wait_init into tpm_tis_init and makes sure it's called in the
right order regardless of the bus the TPM sits on.
7bd2559c
Name Last commit Last update