Skip to content

Commit

Permalink
OMAPDSS: Add Sony ACX565AKM panel driver
Browse files Browse the repository at this point in the history
Add Sony ACX565AKM panel driver which uses the new DSS device model and
DSS ops.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
  • Loading branch information
tomba committed Jun 17, 2013
1 parent dbc2384 commit 8419274
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/video/omap2/displays-new/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ config DISPLAY_PANEL_DSI_CM
help
Driver for generic DSI command mode panels.

config DISPLAY_PANEL_SONY_ACX565AKM
tristate "ACX565AKM Panel"
depends on SPI && BACKLIGHT_CLASS_DEVICE
help
This is the LCD panel used on Nokia N900

endmenu
1 change: 1 addition & 0 deletions drivers/video/omap2/displays-new/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ obj-$(CONFIG_DISPLAY_CONNECTOR_HDMI) += connector-hdmi.o
obj-$(CONFIG_DISPLAY_CONNECTOR_ANALOG_TV) += connector-analog-tv.o
obj-$(CONFIG_DISPLAY_PANEL_DPI) += panel-dpi.o
obj-$(CONFIG_DISPLAY_PANEL_DSI_CM) += panel-dsi-cm.o
obj-$(CONFIG_DISPLAY_PANEL_SONY_ACX565AKM) += panel-sony-acx565akm.o
Loading

0 comments on commit 8419274

Please sign in to comment.