
22 Jan
2016
22 Jan
'16
4:02 a.m.
On 21 January 2016 at 15:27, Christophe Ricard christophe.ricard@gmail.com wrote:
Add support for TPM ST33ZP24 family with i2c.
For i2c we are relying only on DM_I2C.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Christophe Ricard christophe-h.ricard@st.com
Changes in v2:
- Adding Reviewed-by: Simon Glass <sjg at chromium.org>
README | 7 + drivers/tpm/Kconfig | 9 + drivers/tpm/Makefile | 1 + drivers/tpm/tpm_tis_st33zp24_i2c.c | 543 +++++++++++++++++++++++++++++++++++++ 4 files changed, 560 insertions(+) create mode 100644 drivers/tpm/tpm_tis_st33zp24_i2c.c
Applied to u-boot-dm, thanks!
(please enable this for your board in a subsequent patch, as this is dead code at present)