diff options
author | Simon Glass | 2015-03-26 09:29:38 -0600 |
---|---|---|
committer | Simon Glass | 2015-04-18 11:11:16 -0600 |
commit | ce6adaa4b5b51ddf7dc53d61c1eca0fc0553ac06 (patch) | |
tree | a155bc0ccb17eccb27a7e02397d59de2eb46a572 /lib | |
parent | 672055e20b78c2de1f1309b883d9718cdf5ba5f9 (diff) |
fdt: Drop LPC compatible string in fdtdec
This is not needed now that we have moved chromebook_link and cros_ec to
driver model.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index f87dc3f1a85..9ed610e4b3f 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -66,7 +66,6 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"), COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"), COMPAT(PARADE_PS8625, "parade,ps8625"), - COMPAT(COMPAT_INTEL_LPC, "intel,bd82x6x-lpc"), COMPAT(INTEL_MICROCODE, "intel,microcode"), COMPAT(MEMORY_SPD, "memory-spd"), COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"), |