From ca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 10 Oct 2014 07:30:14 -0600 Subject: 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 --- include/fdtdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/fdtdec.h b/include/fdtdec.h index 2590d3071f..3814f82766 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -96,6 +96,7 @@ enum fdt_compat_id { COMPAT_NXP_PTN3460, /* NXP PTN3460 DP/LVDS bridge */ COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */ COMPAT_PARADE_PS8625, /* Parade PS8622 EDP->LVDS bridge */ + COMPAT_INTEL_LPC, /* Intel Low Pin Count I/F */ COMPAT_COUNT, }; -- cgit v1.2.1