tpm: add Revision ID field in the chip structure
TPM are shipped with a few read-only register from which we can retrieve for instance: - vendor ID - product ID - revision ID Product and vendor ID share the same register and are already referenced in the tpm_chip structure. Add the revision ID entry which is missing. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
96cc4e31fb
commit
06425aa087
@ -40,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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user