summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2009-08-07 01:07:10 +0200
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-07 16:08:06 +0200
commit5036cc41e07d6614350e329666ee8a79cea6f793 (patch)
tree4a84ddfa49c1a2b2a85418f29185fc42983a6ead /drivers/video/backlight/Makefile
parentbacklight: move hp680-bl's probe function to .devinit.text (diff)
downloadlinux-5036cc41e07d6614350e329666ee8a79cea6f793.tar.xz
linux-5036cc41e07d6614350e329666ee8a79cea6f793.zip
backlight: spi driver for LMS283GF05 LCD
ADd support for the SPI part of LMS283GF05 LCD. The LCD uses SPI for initialization and powerdown sequences. No further defails are specified in the datasheet about the initialization/powerdown sequence, just the magic numbers that have to be sent over SPI bus. This LCD can be found in the Aeronix Zipit Z2 handheld. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/video/backlight/Makefile')
-rw-r--r--drivers/video/backlight/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile
index df0b67ce88b6..0abc014215ba 100644
--- a/drivers/video/backlight/Makefile
+++ b/drivers/video/backlight/Makefile
@@ -3,6 +3,7 @@
obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o
obj-$(CONFIG_LCD_CORGI) += corgi_lcd.o
obj-$(CONFIG_LCD_HP700) += jornada720_lcd.o
+obj-$(CONFIG_LCD_LMS283GF05) += lms283gf05.o
obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o
obj-$(CONFIG_LCD_ILI9320) += ili9320.o
obj-$(CONFIG_LCD_PLATFORM) += platform_lcd.o