summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-25 08:27:15 -0700
committerSimon Glass <sjg@chromium.org>2015-01-29 17:09:57 -0700
commitb9749eb5e4660fa6ec85c9a16acdbf3dd6609046 (patch)
tree2c13ede31e120a796d455dab0a0db8efbce765ec /lib
parentdedff1a0007525b16737328ca714cd4330100618 (diff)
downloadblackbird-obmc-uboot-b9749eb5e4660fa6ec85c9a16acdbf3dd6609046.tar.gz
blackbird-obmc-uboot-b9749eb5e4660fa6ec85c9a16acdbf3dd6609046.zip
dm: exynos: Drop unused COMPAT features for SPI
This has moved to driver model so we don't need the fdtdec support. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/fdtdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 21c263690b..5bf8f29b13 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -42,7 +42,6 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"),
COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),
COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),
- COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"),
COMPAT(GOOGLE_CROS_EC, "google,cros-ec"),
COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"),
COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),
OpenPOWER on IntegriCloud