diff options
author | naveen krishna chatradhi <naveenkrishna.ch@gmail.com> | 2013-04-29 15:58:52 -0700 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2013-07-23 08:34:58 +0200 |
commit | ecbd7e1ec7280d90d151a99691f74b892588cadd (patch) | |
tree | 1aa2e90c9d7ce7f4829e5ea4b2b95e8dc8a9c444 /include/fdtdec.h | |
parent | 3cff842bca8aa78fc49436711873466db9be21f8 (diff) | |
download | u-boot-imx-ecbd7e1ec7280d90d151a99691f74b892588cadd.zip u-boot-imx-ecbd7e1ec7280d90d151a99691f74b892588cadd.tar.gz u-boot-imx-ecbd7e1ec7280d90d151a99691f74b892588cadd.tar.bz2 |
fdtdec: Add compatible string for High speed i2c
Adds a new COMPAT string exynos5-hsi2c for high speed i2c controller
available on exynos5 SoCs from Samsung.
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
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 bdefda4..c5d3b2b 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -100,6 +100,7 @@ enum fdt_compat_id { COMPAT_MAXIM_98095_CODEC, /* MAX98095 Codec */ COMPAT_INFINEON_SLB9635_TPM, /* Infineon SLB9635 TPM */ COMPAT_INFINEON_SLB9645_TPM, /* Infineon SLB9645 TPM */ + COMPAT_SAMSUNG_EXYNOS5_I2C, /* Exynos5 High Speed I2C Controller */ COMPAT_COUNT, }; |