diff options
author | Mark A. Greer <mgreer@mvista.com> | 2009-09-15 21:14:19 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:22 -0500 |
commit | b9e6342b2b796c2f7fdc98cefd17df16892b035e (patch) | |
tree | c9d5de627ff4b4dfcf4d6b282378068b6373af64 /arch/arm/mach-davinci/include/mach/da8xx.h | |
parent | 2eb30c81ce91f646f6f2e6cdfd36b79a492002ce (diff) |
davinci: Add support for Sharp LCD035Q3DG01 graphical LCD
Add support for the Sharp LCD035Q3DG01 graphical LCD. This
requires a minor interface change to da8xx_register_lcdc()
so that the board code can pass in the platform_data which
describes the lcd controller that's to be used.
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index ec2821bc38d2..375a3f7af03d 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -11,6 +11,8 @@ | |||
11 | #ifndef __ASM_ARCH_DAVINCI_DA8XX_H | 11 | #ifndef __ASM_ARCH_DAVINCI_DA8XX_H |
12 | #define __ASM_ARCH_DAVINCI_DA8XX_H | 12 | #define __ASM_ARCH_DAVINCI_DA8XX_H |
13 | 13 | ||
14 | #include <video/da8xx-fb.h> | ||
15 | |||
14 | #include <mach/serial.h> | 16 | #include <mach/serial.h> |
15 | #include <mach/edma.h> | 17 | #include <mach/edma.h> |
16 | #include <mach/i2c.h> | 18 | #include <mach/i2c.h> |
@@ -76,12 +78,14 @@ int da8xx_register_edma(void); | |||
76 | int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); | 78 | int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); |
77 | int da8xx_register_watchdog(void); | 79 | int da8xx_register_watchdog(void); |
78 | int da8xx_register_emac(void); | 80 | int da8xx_register_emac(void); |
79 | int da8xx_register_lcdc(void); | 81 | int da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata); |
80 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); | 82 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); |
81 | void __init da8xx_register_mcasp(int id, struct snd_platform_data *pdata); | 83 | void __init da8xx_register_mcasp(int id, struct snd_platform_data *pdata); |
82 | 84 | ||
83 | extern struct platform_device da8xx_serial_device; | 85 | extern struct platform_device da8xx_serial_device; |
84 | extern struct emac_platform_data da8xx_emac_pdata; | 86 | extern struct emac_platform_data da8xx_emac_pdata; |
87 | extern struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata; | ||
88 | extern struct da8xx_lcdc_platform_data sharp_lk043t1dg01_pdata; | ||
85 | 89 | ||
86 | extern const short da830_emif25_pins[]; | 90 | extern const short da830_emif25_pins[]; |
87 | extern const short da830_spi0_pins[]; | 91 | extern const short da830_spi0_pins[]; |