summaryrefslogtreecommitdiff
path: root/drivers/video/mcde
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-04-19 16:31:29 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:14:51 +0200
commit4d005e831f693f35403063b283ccec1f2f7f076b (patch)
treeba354e9b58337e7543adbcaa13ae938eaf28524d /drivers/video/mcde
parent8c912ebea9bb34ba4d007c2adf1a7ab9a97e2f38 (diff)
video: mcde: Fix Kconfig to match the ux500 update
Change the dependencies of MCDE Kconfigs to match the mach-ux500 update. Change name of the regulators used by the mcde driver to match the mach-ux500 update. Added the EGPIO used by mcde. Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'drivers/video/mcde')
-rw-r--r--drivers/video/mcde/display-generic_dsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mcde/display-generic_dsi.c b/drivers/video/mcde/display-generic_dsi.c
index 9bb5babda5f..452da92f64a 100644
--- a/drivers/video/mcde/display-generic_dsi.c
+++ b/drivers/video/mcde/display-generic_dsi.c
@@ -164,7 +164,7 @@ static int __devinit generic_probe(struct mcde_display_device *dev)
!pdata->reset_high);
}
if (pdata->regulator_id) {
- pdata->regulator = regulator_get(NULL,
+ pdata->regulator = regulator_get(&dev->dev,
pdata->regulator_id);
if (IS_ERR(pdata->regulator)) {
ret = PTR_ERR(pdata->regulator);