summaryrefslogtreecommitdiff
path: root/common/tpm_registers.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tpm_registers.c')
-rw-r--r--common/tpm_registers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index c73a38ab1e..b40dd0758a 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -602,8 +602,8 @@ static void tpm_init(void)
set_tpm_state(tpm_state_idle);
tpm_.regs.access = tpm_reg_valid_sts;
/*
- * I2CS writes must limit the burstsize to 63 for fifo writes to work
- * properly. For I2CS fifo writes the first byte is the I2C TPM address
+ * I2CP writes must limit the burstsize to 63 for fifo writes to work
+ * properly. For I2CP fifo writes the first byte is the I2C TPM address
* and the next up to 62 bytes are the data to write to that register.
*/
tpm_.regs.sts = (tpm_family_tpm2 << tpm_family_shift) |