summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos5250-dt.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-04-12 10:44:58 +0000
committerSimon Glass <sjg@chromium.org>2013-04-12 14:13:02 -0700
commitc1af608f6f22d58ec27b1f6ba9841d1baf12cc98 (patch)
treee8a8eb7b4faaca163b6c26588a67dc326b815a6a /include/configs/exynos5250-dt.h
parentf626799816d04502cd69cc45d2add68de8b199bd (diff)
downloadblackbird-obmc-uboot-c1af608f6f22d58ec27b1f6ba9841d1baf12cc98.tar.gz
blackbird-obmc-uboot-c1af608f6f22d58ec27b1f6ba9841d1baf12cc98.zip
exynos: Enable I2C TPM for smdk5250
This is used on some Exynos 5250 variants. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/exynos5250-dt.h')
-rw-r--r--include/configs/exynos5250-dt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 2b9d6ac061..7378487b3f 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -129,6 +129,13 @@
#define CONFIG_USB_EHCI_EXYNOS
#define CONFIG_USB_STORAGE
+/* TPM */
+#define CONFIG_TPM
+#define CONFIG_CMD_TPM
+#define CONFIG_INFINEON_TPM_I2C
+#define CONFIG_INFINEON_TPM_I2C_BUS 3
+#define CONFIG_INFINEON_TPM_I2C_ADDR 0x20
+
/* MMC SPL */
#define CONFIG_SPL
#define COPY_BL2_FNPTR_ADDR 0x02020030
OpenPOWER on IntegriCloud