diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2015-03-25 18:57:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-02 15:41:23 -0400 |
commit | 3494bb05940e4c392baeb85f77c1e7c8a78b4e1a (patch) | |
tree | 8418a61e24d0ad4e843376ce55a69dba0283222b | |
parent | 6890874772e4c5e2925187f262893df0eb0322ba (diff) |
[media] omap3isp: Rename regulators to better suit the Device Tree
Rename VDD_CSIPHY1 as vdd-csiphy1 and VDD_CSIPHY2 as vdd-csiphy2.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/platform/omap3isp/isp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index 1b5c6df3b645..c0453187dfcb 100644 --- a/drivers/media/platform/omap3isp/isp.c +++ b/drivers/media/platform/omap3isp/isp.c | |||
@@ -2292,8 +2292,8 @@ static int isp_probe(struct platform_device *pdev) | |||
2292 | platform_set_drvdata(pdev, isp); | 2292 | platform_set_drvdata(pdev, isp); |
2293 | 2293 | ||
2294 | /* Regulators */ | 2294 | /* Regulators */ |
2295 | isp->isp_csiphy1.vdd = devm_regulator_get(&pdev->dev, "VDD_CSIPHY1"); | 2295 | isp->isp_csiphy1.vdd = devm_regulator_get(&pdev->dev, "vdd-csiphy1"); |
2296 | isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "VDD_CSIPHY2"); | 2296 | isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "vdd-csiphy2"); |
2297 | 2297 | ||
2298 | /* Clocks | 2298 | /* Clocks |
2299 | * | 2299 | * |