aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/mux.h
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2009-08-13 14:33:14 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 04:55:54 -0400
commit5cbdf276bd9d9cd3cb9616f8253390096c1a237f (patch)
treed351c6e24902e1b6600b1559fedb40c7a0edddbb /arch/arm/mach-davinci/include/mach/mux.h
parentb1466376b22e1ec6395ccda7580deb72d3a809ad (diff)
davinci: Add platform support for da850/omap-l138 GLCD
This patch adds platform support for the graphic display (Sharp LK043T1DG01) found on DA850/OMAP-L138 based EVM. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/mux.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h
index 82d751461856..30bf329d5373 100644
--- a/arch/arm/mach-davinci/include/mach/mux.h
+++ b/arch/arm/mach-davinci/include/mach/mux.h
@@ -775,6 +775,32 @@ enum davinci_da850_index {
775 DA850_AXR_2, 775 DA850_AXR_2,
776 DA850_AXR_1, 776 DA850_AXR_1,
777 DA850_AXR_0, 777 DA850_AXR_0,
778
779 /* LCD function */
780 DA850_LCD_D_7,
781 DA850_LCD_D_6,
782 DA850_LCD_D_5,
783 DA850_LCD_D_4,
784 DA850_LCD_D_3,
785 DA850_LCD_D_2,
786 DA850_LCD_D_1,
787 DA850_LCD_D_0,
788 DA850_LCD_D_15,
789 DA850_LCD_D_14,
790 DA850_LCD_D_13,
791 DA850_LCD_D_12,
792 DA850_LCD_D_11,
793 DA850_LCD_D_10,
794 DA850_LCD_D_9,
795 DA850_LCD_D_8,
796 DA850_LCD_PCLK,
797 DA850_LCD_HSYNC,
798 DA850_LCD_VSYNC,
799 DA850_NLCD_AC_ENB_CS,
800
801 /* GPIO function */
802 DA850_GPIO2_15,
803 DA850_GPIO8_10,
778}; 804};
779 805
780#ifdef CONFIG_DAVINCI_MUX 806#ifdef CONFIG_DAVINCI_MUX