aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-3430sdp.c
diff options
context:
space:
mode:
authorSenthilvadivu Guruswamy <svadivu@ti.com>2011-01-24 06:21:53 +0000
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-02-23 09:33:07 +0200
commit1dde9732d543f30d4297e8b74329c5ce797b5d16 (patch)
tree719abb0920d292ddae8680e6161ec078b8581c5b /arch/arm/mach-omap2/board-3430sdp.c
parente04d9e1e4825cb3f6cfc238d7357ef084952eab1 (diff)
downloadkernel_samsung_smdk4412-1dde9732d543f30d4297e8b74329c5ce797b5d16.zip
kernel_samsung_smdk4412-1dde9732d543f30d4297e8b74329c5ce797b5d16.tar.gz
kernel_samsung_smdk4412-1dde9732d543f30d4297e8b74329c5ce797b5d16.tar.bz2
OMAP2, 3: DSS2: Use Regulator init with driver name
Use driver name in regulator inits needed for display instead of using device structure name. Reviewed-by: Kevin Hilman <khilman@ti.com> Tested-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com> Signed-off-by: Sumit Semwal <sumit.semwal@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-3430sdp.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c
index 3108588..0f680cc 100644
--- a/arch/arm/mach-omap2/board-3430sdp.c
+++ b/arch/arm/mach-omap2/board-3430sdp.c
@@ -315,10 +315,8 @@ static struct platform_device sdp3430_dss_device = {
},
};
-static struct regulator_consumer_supply sdp3430_vdda_dac_supply = {
- .supply = "vdda_dac",
- .dev = &sdp3430_dss_device.dev,
-};
+static struct regulator_consumer_supply sdp3430_vdda_dac_supply =
+ REGULATOR_SUPPLY("vdda_dac", "omapdss");
static struct platform_device *sdp3430_devices[] __initdata = {
&sdp3430_dss_device,
@@ -545,10 +543,7 @@ static struct regulator_init_data sdp3430_vdac = {
/* VPLL2 for digital video outputs */
static struct regulator_consumer_supply sdp3430_vpll2_supplies[] = {
- {
- .supply = "vdds_dsi",
- .dev = &sdp3430_dss_device.dev,
- }
+ REGULATOR_SUPPLY("vdds_dsi", "omapdss"),
};
static struct regulator_init_data sdp3430_vpll2 = {