diff options
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 f2ac13bee..6bf83bf7c 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -84,6 +84,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,  }; |