diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index dd0b1ac3b662..c235fa2a77ab 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -493,10 +493,8 @@ static struct platform_device igep2_dss_device = { | |||
493 | }, | 493 | }, |
494 | }; | 494 | }; |
495 | 495 | ||
496 | static struct regulator_consumer_supply igep2_vpll2_supply = { | 496 | static struct regulator_consumer_supply igep2_vpll2_supply = |
497 | .supply = "vdds_dsi", | 497 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"); |
498 | .dev = &igep2_dss_device.dev, | ||
499 | }; | ||
500 | 498 | ||
501 | static struct regulator_init_data igep2_vpll2 = { | 499 | static struct regulator_init_data igep2_vpll2 = { |
502 | .constraints = { | 500 | .constraints = { |