diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-10-05 17:00:44 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-11-12 09:21:05 -0700 |
commit | d9eda6c441ad627731059d1696292cab7b6e9d5c (patch) | |
tree | d285d29b368df816ecbe5a0d85ec642c1a654a76 /include/fdtdec.h | |
parent | a02e2635480e66a2921d62792fbc4a1e83dc4425 (diff) | |
download | u-boot-imx-d9eda6c441ad627731059d1696292cab7b6e9d5c.zip u-boot-imx-d9eda6c441ad627731059d1696292cab7b6e9d5c.tar.gz u-boot-imx-d9eda6c441ad627731059d1696292cab7b6e9d5c.tar.bz2 |
pci: tegra: add/enable support for Tegra210
This needs a separate compatible value from Tegra124 since the new HW
version has bugs that would prevent a driver for previous HW versions
from operating at all.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/fdtdec.h')
-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 0e36664..3a6ff1f 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -130,6 +130,7 @@ enum fdt_compat_id { COMPAT_NVIDIA_TEGRA30_SDMMC, /* Tegra30 SDMMC controller */ COMPAT_NVIDIA_TEGRA20_SDMMC, /* Tegra20 SDMMC controller */ COMPAT_NVIDIA_TEGRA124_PCIE, /* Tegra 124 PCIe controller */ + COMPAT_NVIDIA_TEGRA210_PCIE, /* Tegra 210 PCIe controller */ COMPAT_NVIDIA_TEGRA30_PCIE, /* Tegra 30 PCIe controller */ COMPAT_NVIDIA_TEGRA20_PCIE, /* Tegra 20 PCIe controller */ COMPAT_NVIDIA_TEGRA124_XUSB_PADCTL, |