diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-10 07:30:14 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 21:50:32 -0600 |
commit | ca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d (patch) | |
tree | 53afae62a49b110d99554d0cec654c50d915d82d /include | |
parent | 6ddc4fd82283056a65d61ef38398ffbd06fd3c7b (diff) | |
download | u-boot-ca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d.tar.gz u-boot-ca42d3f7eeacd62ecd4c04ac2598a973b54d7c2d.tar.xz u-boot-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 'include')
-rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |