diff options
Diffstat (limited to 'include')
| -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 cdc87ebd4..64e5cffe8 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -67,6 +67,7 @@ enum fdt_compat_id {  	COMPAT_NVIDIA_TEGRA20_KBC,	/* Tegra20 Keyboard */  	COMPAT_NVIDIA_TEGRA20_NAND,	/* Tegra2 NAND controller */  	COMPAT_NVIDIA_TEGRA20_PWM,	/* Tegra 2 PWM controller */ +	COMPAT_NVIDIA_TEGRA20_DC,	/* Tegra 2 Display controller */  	COMPAT_COUNT,  }; |