summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra-common-post.h
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-03-16 18:58:13 +0000
committerTom Warren <twarren@nvidia.com>2013-03-25 09:56:07 -0700
commit77c42e80b936cf44334a59a7890c775712f5b707 (patch)
tree124810d32c093cd8a9fc9d71ec98c7113c17312a /include/configs/tegra-common-post.h
parentaf77fdb2ce7184104c6eb5a7b981def549c771e0 (diff)
downloadtalos-obmc-uboot-77c42e80b936cf44334a59a7890c775712f5b707.tar.gz
talos-obmc-uboot-77c42e80b936cf44334a59a7890c775712f5b707.zip
tegra114: add SPI driver
Add driver for tegra114 SPI controller. This controller is not compatible with either the tegra20 or tegra30 controllers, so it requires a new driver. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra-common-post.h')
-rw-r--r--include/configs/tegra-common-post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index d967a75b3a..bf186995ed 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -150,7 +150,7 @@
MEM_LAYOUT_ENV_SETTINGS \
BOOTCMDS_COMMON
-#if defined(CONFIG_TEGRA20_SFLASH) || defined(CONFIG_TEGRA20_SLINK)
+#if defined(CONFIG_TEGRA20_SFLASH) || defined(CONFIG_TEGRA20_SLINK) || defined(CONFIG_TEGRA114_SPI)
#define CONFIG_FDT_SPI
#endif
OpenPOWER on IntegriCloud