diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-25 12:23:06 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-06-10 19:26:55 -0600 |
commit | 257bfd2e215ff02aacce23e14bf17b61524a723f (patch) | |
tree | d7255868bf7a6757129e82311a88b26b180a2a62 /include | |
parent | af282245462186b8b06047c379ee85f4d0ec7a9c (diff) | |
download | talos-obmc-uboot-257bfd2e215ff02aacce23e14bf17b61524a723f.tar.gz talos-obmc-uboot-257bfd2e215ff02aacce23e14bf17b61524a723f.zip |
dm: usb: tegra: Drop legacy USB code
Drop the code that doesn't use driver model for USB.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/fdtdec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index e255998161..232360341a 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -128,9 +128,6 @@ static inline fdt_size_t fdt_resource_size(const struct fdt_resource *res) */ enum fdt_compat_id { COMPAT_UNKNOWN, - COMPAT_NVIDIA_TEGRA20_USB, /* Tegra20 USB port */ - COMPAT_NVIDIA_TEGRA30_USB, /* Tegra30 USB port */ - COMPAT_NVIDIA_TEGRA114_USB, /* Tegra114 USB port */ COMPAT_NVIDIA_TEGRA20_EMC, /* Tegra20 memory controller */ COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra20 memory timing table */ COMPAT_NVIDIA_TEGRA20_KBC, /* Tegra20 Keyboard */ |