diff options
author | Tom Rini <trini@ti.com> | 2013-04-15 07:45:07 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-15 07:45:07 -0400 |
commit | 277f037074fbb73be10a7bff27079b6eb0a3bfbb (patch) | |
tree | fda7a8df71f7ac5b1a4082dd612d3f4cfd17bcf1 /include/fdtdec.h | |
parent | e303be2d2819699a443b5eece5a04ecc380a9b61 (diff) | |
parent | 8732b0700d21588b4954d0f1b182f4c60725d228 (diff) |
Merge branch 'tpm' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/fdtdec.h')
-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 e7e3ff9e03..39fbdf144b 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -90,6 +90,7 @@ enum fdt_compat_id { COMPAT_MAXIM_MAX77686_PMIC, /* MAX77686 PMIC */ COMPAT_GENERIC_SPI_FLASH, /* Generic SPI Flash chip */ COMPAT_MAXIM_98095_CODEC, /* MAX98095 Codec */ + COMPAT_INFINEON_SLB9635_TPM, /* Infineon SLB9635 TPM */ COMPAT_COUNT, }; |