summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 12:23:06 -0600
committerSimon Glass <sjg@chromium.org>2015-06-10 19:26:55 -0600
commit257bfd2e215ff02aacce23e14bf17b61524a723f (patch)
treed7255868bf7a6757129e82311a88b26b180a2a62 /lib
parentaf282245462186b8b06047c379ee85f4d0ec7a9c (diff)
downloadblackbird-obmc-uboot-257bfd2e215ff02aacce23e14bf17b61524a723f.tar.gz
blackbird-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 'lib')
-rw-r--r--lib/fdtdec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 46dfcb675c..9877849f99 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -22,9 +22,6 @@ DECLARE_GLOBAL_DATA_PTR;
#define COMPAT(id, name) name
static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(UNKNOWN, "<none>"),
- COMPAT(NVIDIA_TEGRA20_USB, "nvidia,tegra20-ehci"),
- COMPAT(NVIDIA_TEGRA30_USB, "nvidia,tegra30-ehci"),
- COMPAT(NVIDIA_TEGRA114_USB, "nvidia,tegra114-ehci"),
COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"),
COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"),
COMPAT(NVIDIA_TEGRA20_KBC, "nvidia,tegra20-kbc"),
OpenPOWER on IntegriCloud