summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-10 07:30:14 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 21:50:32 -0600
commitca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d (patch)
tree53afae62a49b110d99554d0cec654c50d915d82d /lib
parent6ddc4fd82283056a65d61ef38398ffbd06fd3c7b (diff)
downloadtalos-obmc-uboot-ca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d.tar.gz
talos-obmc-uboot-ca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d.zip
x86: dts: Add device tree compatible string for Intel IPC
Add this to the table so that it can be recognised. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/fdtdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 06d4542029..65db739c50 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -72,6 +72,7 @@ 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,lpc"),
};
const char *fdtdec_get_compatible(enum fdt_compat_id id)
OpenPOWER on IntegriCloud