diff options
author | Allen Martin <amartin@nvidia.com> | 2013-01-29 13:51:24 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-02-11 10:35:24 -0700 |
commit | 8f1b46b10480e7fe140d5656c76f6f6de1739f13 (patch) | |
tree | db0ee4ed537dd575bc868e65383c5410337c0656 /include | |
parent | c98f03fae083fc741a296c07120407d306c2a8c6 (diff) | |
download | u-boot-imx-8f1b46b10480e7fe140d5656c76f6f6de1739f13.zip u-boot-imx-8f1b46b10480e7fe140d5656c76f6f6de1739f13.tar.gz u-boot-imx-8f1b46b10480e7fe140d5656c76f6f6de1739f13.tar.bz2 |
tegra: spi: add fdt support to tegra SPI SFLASH driver
Add support for configuring tegra SPI driver from devicetree.
Support is keyed off CONFIG_OF_CONTROL. Add entry in seaboard dts
file for spi controller to describe seaboard spi.
Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index f77d195..5b67a77 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -70,6 +70,7 @@ enum fdt_compat_id { COMPAT_NVIDIA_TEGRA20_NAND, /* Tegra2 NAND controller */ COMPAT_NVIDIA_TEGRA20_PWM, /* Tegra 2 PWM controller */ COMPAT_NVIDIA_TEGRA20_DC, /* Tegra 2 Display controller */ + COMPAT_NVIDIA_TEGRA20_SFLASH, /* Tegra 2 SPI flash controller */ COMPAT_SMSC_LAN9215, /* SMSC 10/100 Ethernet LAN9215 */ COMPAT_SAMSUNG_EXYNOS5_SROMC, /* Exynos5 SROMC */ COMPAT_SAMSUNG_S3C2440_I2C, /* Exynos I2C Controller */ |