diff options
author | Tom Rini <trini@ti.com> | 2014-10-23 06:54:03 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 06:54:03 -0400 |
commit | dee8abcd80d0981f7a1c2bb5d1f2e9313fddf189 (patch) | |
tree | 9af5ad1bc214ec2b4e2b7d48cc4a407cba5fb804 /lib | |
parent | 21109577635a871d038cfd53dd75e264d0e636bf (diff) | |
parent | 8104f546296a8e1fc1dd6129041e22f508b314f9 (diff) | |
download | u-boot-imx-dee8abcd80d0981f7a1c2bb5d1f2e9313fddf189.zip u-boot-imx-dee8abcd80d0981f7a1c2bb5d1f2e9313fddf189.tar.gz u-boot-imx-dee8abcd80d0981f7a1c2bb5d1f2e9313fddf189.tar.bz2 |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 4f66ae1..9714620 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) |