From 87540de3af515a907d91b08e298cd0da11d23bfa Mon Sep 17 00:00:00 2001 From: Wei Ni Date: Wed, 17 Oct 2012 13:24:50 +0000 Subject: tegra: Add SOC support for display/lcd Add support for the LCD peripheral at the Tegra2 SOC level. A separate LCD driver will use this functionality to configure the display. Signed-off-by: Mayuresh Kulkarni Mayuresh Kulkarni: - changes to remove bitfields and clean up for submission Signed-off-by: Simon Glass Simon Glass: - simplify code, move clock control into here, clean-up Signed-off-by: Tom Warren --- include/fdtdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fdtdec.h') diff --git a/include/fdtdec.h b/include/fdtdec.h index cdc87ebd4c..64e5cffe80 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, }; -- cgit v1.2.1