diff options
Diffstat (limited to 'include/fdtdec.h')
| -rw-r--r-- | include/fdtdec.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/fdtdec.h b/include/fdtdec.h index 818ddde36..bdefda495 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -86,6 +86,8 @@ enum fdt_compat_id {  	COMPAT_SAMSUNG_EXYNOS5_SOUND,	/* Exynos Sound */  	COMPAT_WOLFSON_WM8994_CODEC,	/* Wolfson WM8994 Sound Codec */  	COMPAT_SAMSUNG_EXYNOS_SPI,	/* Exynos SPI */ +	COMPAT_GOOGLE_CROS_EC,		/* Google CROS_EC Protocol */ +	COMPAT_GOOGLE_CROS_EC_KEYB,	/* Google CROS_EC Keyboard */  	COMPAT_SAMSUNG_EXYNOS_EHCI,	/* Exynos EHCI controller */  	COMPAT_SAMSUNG_EXYNOS_USB_PHY,	/* Exynos phy controller for usb2.0 */  	COMPAT_SAMSUNG_EXYNOS_TMU,	/* Exynos TMU */ @@ -97,6 +99,7 @@ enum fdt_compat_id {  	COMPAT_GENERIC_SPI_FLASH,	/* Generic SPI Flash chip */  	COMPAT_MAXIM_98095_CODEC,	/* MAX98095 Codec */  	COMPAT_INFINEON_SLB9635_TPM,	/* Infineon SLB9635 TPM */ +	COMPAT_INFINEON_SLB9645_TPM,	/* Infineon SLB9645 TPM */  	COMPAT_COUNT,  }; |