summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-18 21:17:16 -0600
committerSimon Glass <sjg@chromium.org>2015-11-19 20:13:40 -0700
commitf77f5e9be79c89d5105995528a7436d3a2458116 (patch)
treefddeafcd717a1a1e3f42d9e2267d530a81fd991a /include/fdtdec.h
parentb206cd737214d5bce3446c1368add9201dbb1813 (diff)
downloadblackbird-obmc-uboot-f77f5e9be79c89d5105995528a7436d3a2458116.tar.gz
blackbird-obmc-uboot-f77f5e9be79c89d5105995528a7436d3a2458116.zip
dm: tegra: Convert keyboard driver to driver model
Adjust the tegra keyboard driver to support driver model, using the new uclass. Make this the default for all Tegra boards so that those that use a keyboard will build correctly with this driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 3a6ff1f8ac..79826d78fa 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -118,7 +118,6 @@ enum fdt_compat_id {
COMPAT_UNKNOWN,
COMPAT_NVIDIA_TEGRA20_EMC, /* Tegra20 memory controller */
COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra20 memory timing table */
- COMPAT_NVIDIA_TEGRA20_KBC, /* Tegra20 Keyboard */
COMPAT_NVIDIA_TEGRA20_NAND, /* Tegra2 NAND controller */
COMPAT_NVIDIA_TEGRA20_PWM, /* Tegra 2 PWM controller */
COMPAT_NVIDIA_TEGRA124_DC, /* Tegra 124 Display controller */
OpenPOWER on IntegriCloud