[media] omap3isp: Rename regulators to better suit the Device Tree
authorSakari Ailus <[email protected]>
Wed, 25 Mar 2015 22:57:31 +0000 (19:57 -0300)
committerMauro Carvalho Chehab <[email protected]>
Thu, 2 Apr 2015 19:41:23 +0000 (16:41 -0300)
Rename VDD_CSIPHY1 as vdd-csiphy1 and VDD_CSIPHY2 as vdd-csiphy2.

Signed-off-by: Sakari Ailus <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/platform/omap3isp/isp.c

index 1b5c6df3b645f93f30d41415951d8104aa0bb8d3..c0453187dfcbbfd4caf2a11fcc9a32d6c948c934 100644 (file)
@@ -2292,8 +2292,8 @@ static int isp_probe(struct platform_device *pdev)
        platform_set_drvdata(pdev, isp);
 
        /* Regulators */
-       isp->isp_csiphy1.vdd = devm_regulator_get(&pdev->dev, "VDD_CSIPHY1");
-       isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "VDD_CSIPHY2");
+       isp->isp_csiphy1.vdd = devm_regulator_get(&pdev->dev, "vdd-csiphy1");
+       isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "vdd-csiphy2");
 
        /* Clocks
         *