summaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
diff options
context:
space:
mode:
authornaveen krishna chatradhi <naveenkrishna.ch@gmail.com>2013-04-29 15:58:52 -0700
committerHeiko Schocher <hs@denx.de>2013-07-23 08:34:58 +0200
commitecbd7e1ec7280d90d151a99691f74b892588cadd (patch)
tree1aa2e90c9d7ce7f4829e5ea4b2b95e8dc8a9c444 /lib/fdtdec.c
parent3cff842bca8aa78fc49436711873466db9be21f8 (diff)
downloadblackbird-obmc-uboot-ecbd7e1ec7280d90d151a99691f74b892588cadd.tar.gz
blackbird-obmc-uboot-ecbd7e1ec7280d90d151a99691f74b892588cadd.zip
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 'lib/fdtdec.c')
-rw-r--r--lib/fdtdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 1b3c810588..4d1f3fedab 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -73,6 +73,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"),
+ COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
};
const char *fdtdec_get_compatible(enum fdt_compat_id id)
OpenPOWER on IntegriCloud