]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
tpm: st33zp24: Add tpm st33zp24 support with i2c
authorChristophe Ricard <christophe.ricard@gmail.com>
Thu, 21 Jan 2016 22:27:13 +0000 (23:27 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:22 +0000 (21:01 -0700)
commit3aa74088d4d3cedcfed403fea8eb75831021959a
tree32ccba3ab4018e6d96592b95e9cd7c07c6749627
parent1259dcd79c70f97a1606b4b06190c8fa7a1810d1
tpm: st33zp24: Add tpm st33zp24 support with i2c

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>
README
drivers/tpm/Kconfig
drivers/tpm/Makefile
drivers/tpm/tpm_tis_st33zp24_i2c.c [new file with mode: 0644]