diff options
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index ee6218c74807..ce009681dce5 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -293,7 +293,7 @@ static struct regulator_consumer_supply cm_t35_vsim_supply[] = { | |||
293 | static struct regulator_consumer_supply cm_t35_vio_supplies[] = { | 293 | static struct regulator_consumer_supply cm_t35_vio_supplies[] = { |
294 | REGULATOR_SUPPLY("vcc", "spi1.0"), | 294 | REGULATOR_SUPPLY("vcc", "spi1.0"), |
295 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"), | 295 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"), |
296 | REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi1"), | 296 | REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.0"), |
297 | }; | 297 | }; |
298 | 298 | ||
299 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ | 299 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ |
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index d0d17bc58d9b..3dbc881cdc3b 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c | |||
@@ -272,7 +272,7 @@ static struct regulator_init_data ldp_vaux1 = { | |||
272 | 272 | ||
273 | static struct regulator_consumer_supply ldp_vpll2_supplies[] = { | 273 | static struct regulator_consumer_supply ldp_vpll2_supplies[] = { |
274 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"), | 274 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"), |
275 | REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi1"), | 275 | REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.0"), |
276 | }; | 276 | }; |
277 | 277 | ||
278 | static struct regulator_init_data ldp_vpll2 = { | 278 | static struct regulator_init_data ldp_vpll2 = { |