summaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-22 18:31:38 -0600
committerSimon Glass <sjg@chromium.org>2015-08-31 07:57:28 -0600
commitb697e0ff5b8d92c9544960fd99dbfd9558c0ee6f (patch)
tree4b32f038cd00f9d66809424796f1ec8cd2844e6c /lib/fdtdec.c
parent6e474eab446432e7480394ca3833c89a01dba078 (diff)
downloadtalos-obmc-uboot-b697e0ff5b8d92c9544960fd99dbfd9558c0ee6f.tar.gz
talos-obmc-uboot-b697e0ff5b8d92c9544960fd99dbfd9558c0ee6f.zip
dm: tpm: Convert I2C driver to driver model
Convert the tpm_tis_i2c driver to use driver model and update boards which use it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Christophe Ricard<christophe-h.ricard@st.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'lib/fdtdec.c')
-rw-r--r--lib/fdtdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 81b54f88e8..29c5ccb214 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -58,8 +58,6 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686"),
COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
- COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
- COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645tt"),
COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"),
COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
OpenPOWER on IntegriCloud