Skip to content

Commit

Permalink
OMAPDSS: Add new DSI Command Mode panel driver
Browse files Browse the repository at this point in the history
Add DSI Command Mode panel driver which uses the new DSS device model
and DSS ops. This driver only supports a very basic set of features
which should be common to all DSI command mode panels.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Jun 17, 2013
1 parent 04f0ff0 commit dbc2384
Show file tree
Hide file tree
Showing 4 changed files with 1,370 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/video/omap2/displays-new/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ config DISPLAY_PANEL_DPI
help
Driver for generic DPI panels.

config DISPLAY_PANEL_DSI_CM
tristate "Generic DSI Command Mode Panel"
help
Driver for generic DSI command mode panels.

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 @@ -4,3 +4,4 @@ obj-$(CONFIG_DISPLAY_CONNECTOR_DVI) += connector-dvi.o
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
Loading

0 comments on commit dbc2384

Please sign in to comment.