Skip to content

Commit

Permalink
OMAP: DSS2: Add ACX565AKM Panel Driver
Browse files Browse the repository at this point in the history
This is the panel used on Nokia N900

Signed-off-by: Roger Quadros <roger.quadros@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
  • Loading branch information
Roger Quadros authored and Tomi Valkeinen committed May 18, 2010
1 parent 6996e7f commit 0188352
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/video/omap2/displays/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ config PANEL_TPO_TD043MTEA1
help
LCD Panel used in OMAP3 Pandora

config PANEL_ACX565AKM
tristate "ACX565AKM Panel"
depends on OMAP2_DSS_SDI
select BACKLIGHT_CLASS_DEVICE
help
This is the LCD panel used on Nokia N900
endmenu
1 change: 1 addition & 0 deletions drivers/video/omap2/displays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ obj-$(CONFIG_PANEL_SHARP_LQ043T1DG01) += panel-sharp-lq043t1dg01.o
obj-$(CONFIG_PANEL_TAAL) += panel-taal.o
obj-$(CONFIG_PANEL_TOPPOLY_TDO35S) += panel-toppoly-tdo35s.o
obj-$(CONFIG_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
obj-$(CONFIG_PANEL_ACX565AKM) += panel-acx565akm.o
Loading

0 comments on commit 0188352

Please sign in to comment.