diff options
author | Simon Glass | 2015-08-22 18:31:38 -0600 |
---|---|---|
committer | Simon Glass | 2015-08-31 07:57:28 -0600 |
commit | b697e0ff5b8d92c9544960fd99dbfd9558c0ee6f (patch) | |
tree | 4b32f038cd00f9d66809424796f1ec8cd2844e6c /include/fdtdec.h | |
parent | 6e474eab446432e7480394ca3833c89a01dba078 (diff) |
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 'include/fdtdec.h')
-rw-r--r-- | include/fdtdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 0cb6fa00750..3e237312a72 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -154,8 +154,6 @@ enum fdt_compat_id { COMPAT_MAXIM_MAX77686_PMIC, /* MAX77686 PMIC */ COMPAT_GENERIC_SPI_FLASH, /* Generic SPI Flash chip */ COMPAT_MAXIM_98095_CODEC, /* MAX98095 Codec */ - COMPAT_INFINEON_SLB9635_TPM, /* Infineon SLB9635 TPM */ - COMPAT_INFINEON_SLB9645_TPM, /* Infineon SLB9645 TPM */ COMPAT_SAMSUNG_EXYNOS5_I2C, /* Exynos5 High Speed I2C Controller */ COMPAT_SANDBOX_LCD_SDL, /* Sandbox LCD emulation with SDL */ COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */ |