summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-omap3pandora.c
diff options
context:
space:
mode:
authorTomi Valkeinen2011-08-03 13:00:57 +0200
committerTomi Valkeinen2011-09-30 15:16:05 +0200
commit7c68dd96d5a5eefe3ff6d9b94fc98fd9378aff1f (patch)
treea290698ee2c1b07679aec55523c06f3d71875e3e /arch/arm/mach-omap2/board-omap3pandora.c
parentOMAP: DSS2: remove unneeded fck enable/disables (diff)
downloadkernel-qcow2-linux-7c68dd96d5a5eefe3ff6d9b94fc98fd9378aff1f.tar.gz
kernel-qcow2-linux-7c68dd96d5a5eefe3ff6d9b94fc98fd9378aff1f.tar.xz
kernel-qcow2-linux-7c68dd96d5a5eefe3ff6d9b94fc98fd9378aff1f.zip
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>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3pandora.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3pandora.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c
index 080d7bd6795e..3f100011adfa 100644
--- a/arch/arm/mach-omap2/board-omap3pandora.c
+++ b/arch/arm/mach-omap2/board-omap3pandora.c
@@ -335,7 +335,7 @@ static struct regulator_consumer_supply pandora_vmmc3_supply[] = {
static struct regulator_consumer_supply pandora_vdds_supplies[] = {
REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
REGULATOR_SUPPLY("vdds_dsi", "omapdss"),
- REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi1"),
+ REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.0"),
};
static struct regulator_consumer_supply pandora_vcc_lcd_supply[] = {