diff options
Diffstat (limited to 'include/fdtdec.h')
| -rw-r--r-- | include/fdtdec.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/fdtdec.h b/include/fdtdec.h index 70d0e979d..12587f9ee 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -70,6 +70,8 @@ enum fdt_compat_id {  	COMPAT_NVIDIA_TEGRA20_NAND,	/* Tegra2 NAND controller */  	COMPAT_NVIDIA_TEGRA20_PWM,	/* Tegra 2 PWM controller */  	COMPAT_NVIDIA_TEGRA20_DC,	/* Tegra 2 Display controller */ +	COMPAT_SMSC_LAN9215,		/* SMSC 10/100 Ethernet LAN9215 */ +	COMPAT_SAMSUNG_EXYNOS5_SROMC,	/* Exynos5 SROMC */  	COMPAT_COUNT,  }; |