]> git.sur5r.net Git - u-boot/blobdiff - drivers/tpm/tpm_tis.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / tpm / tpm_tis.h
index 25b152b321384d117d693a456a1024be030f380e..947585f8e339abdf8dddffed00125b2032cb2034 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2011 Infineon Technologies
  *
@@ -12,8 +13,6 @@
  *
  * It is based on the Linux kernel driver tpm.c from Leendert van
  * Dorn, Dave Safford, Reiner Sailer, and Kyleen Hall.
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef _TPM_TIS_I2C_H
@@ -41,6 +40,7 @@ struct tpm_chip {
        int is_open;
        int locality;
        u32 vend_dev;
+       u8 rid;
        unsigned long timeout_a, timeout_b, timeout_c, timeout_d;  /* msec */
        ulong chip_type;
 };