summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm_tis_st33zp24_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tpm/tpm_tis_st33zp24_spi.c')
-rw-r--r--drivers/tpm/tpm_tis_st33zp24_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tpm/tpm_tis_st33zp24_spi.c b/drivers/tpm/tpm_tis_st33zp24_spi.c
index 683d49689a..b9dbe82521 100644
--- a/drivers/tpm/tpm_tis_st33zp24_spi.c
+++ b/drivers/tpm/tpm_tis_st33zp24_spi.c
@@ -671,5 +671,5 @@ U_BOOT_DRIVER(st33zp24_spi_spi) = {
.remove = st33zp24_spi_remove,
.ops = &st33zp24_spi_tpm_ops,
.priv_auto = sizeof(struct tpm_chip),
- .platdata_auto = sizeof(struct st33zp24_spi_phy),
+ .plat_auto = sizeof(struct st33zp24_spi_phy),
};