diff options
Diffstat (limited to 'lib/fdtdec.c')
| -rw-r--r-- | lib/fdtdec.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 43f29f5c6..b232096f9 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -58,7 +58,9 @@ static const char * const compat_names[COMPAT_COUNT] = {  	COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"),  	COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),  	COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"), +	COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),  	COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"), +	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),  };  const char *fdtdec_get_compatible(enum fdt_compat_id id) |