projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6890874
)
[media] omap3isp: Rename regulators to better suit the Device Tree
author
Sakari Ailus
<
[email protected]
>
Wed, 25 Mar 2015 22:57:31 +0000
(19:57 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/platform/omap3isp/isp.c
b/drivers/media/platform/omap3isp/isp.c
index 1b5c6df3b645f93f30d41415951d8104aa0bb8d3..c0453187dfcbbfd4caf2a11fcc9a32d6c948c934 100644
(file)
--- 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)
platform_set_drvdata(pdev, isp);
/* Regulators */
- isp->isp_csiphy1.vdd = devm_regulator_get(&pdev->dev, "
VDD_CSIPHY
1");
- isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "
VDD_CSIPHY
2");
+ isp->isp_csiphy1.vdd = devm_regulator_get(&pdev->dev, "
vdd-csiphy
1");
+ isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "
vdd-csiphy
2");
/* Clocks
*