diff options
Diffstat (limited to 'lib/fdtdec.c')
| -rw-r--r-- | lib/fdtdec.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 24ccd0af1..1b3c81058 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -59,6 +59,8 @@ static const char * const compat_names[COMPAT_COUNT] = {  	COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),  	COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),  	COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"), +	COMPAT(GOOGLE_CROS_EC, "google,cros-ec"), +	COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"),  	COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),  	COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),  	COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"), @@ -70,6 +72,7 @@ static const char * const compat_names[COMPAT_COUNT] = {  	COMPAT(GENERIC_SPI_FLASH, "spi-flash"),  	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),  	COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"), +	COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"),  };  const char *fdtdec_get_compatible(enum fdt_compat_id id) |