
30 Mar
2018
30 Mar
'18
12:41 a.m.
On 29 March 2018 at 15:43, Miquel Raynal miquel.raynal@bootlin.com wrote:
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
drivers/tpm/tpm_tis.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org