OMAP: DSS2: Change DSI device naming
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Aug 2011 11:00:57 +0000 (14:00 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:05 +0000 (16:16 +0300)
commit7c68dd96d5a5eefe3ff6d9b94fc98fd9378aff1f
treea290698ee2c1b07679aec55523c06f3d71875e3e
parentf36465822d2e2651e03baf5c4c1a90ee4c1f9cdd
OMAP: DSS2: Change DSI device naming

Currently, there are 2 differently named platform devices generated for
the 2 DSS DSI modules. In order to use the same driver, the dsi devices
should be 2 instances of the same platform device.

Change the platform device names from "omapdss_dsi1" and "omapdss_dsi2"
to omapdss_dsi", and set the device indices to 0 and 1.

Signed-off-by: Archit Taneja <archit@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
arch/arm/mach-omap2/board-devkit8000.c
arch/arm/mach-omap2/board-omap3pandora.c
arch/arm/mach-omap2/display.c
arch/arm/mach-omap2/twl-common.c
drivers/video/omap2/dss/dsi.c
This page took 0.02634 seconds and 5 git commands to generate.