diff options
author | Ivan T. Ivanov <iivanov@mm-sol.com> | 2014-04-28 09:34:13 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-04-30 12:28:44 -0400 |
commit | f5ef2372f608df4bb54b4fc7c9e43fb8bbef4795 (patch) | |
tree | 52c04daae5864ce35af2558ecdb29d6e5167d37c /drivers/usb/phy/phy-msm-usb.c | |
parent | ff0e4a68c931dc34e43c081d1b6a895a9aaf8a2b (diff) |
usb: phy: msm: Remove HSUSB prefix from regulator names
Prefix did not bring any useful information. Currently none
of the MSM platforms define these regulators, so it is safe
to rename them.
Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-msm-usb.c')
-rw-r--r-- | drivers/usb/phy/phy-msm-usb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c index c2361bfd2002..bd9e286ccd66 100644 --- a/drivers/usb/phy/phy-msm-usb.c +++ b/drivers/usb/phy/phy-msm-usb.c | |||
@@ -1418,9 +1418,9 @@ static int msm_otg_probe(struct platform_device *pdev) | |||
1418 | return motg->irq; | 1418 | return motg->irq; |
1419 | } | 1419 | } |
1420 | 1420 | ||
1421 | regs[0].supply = "HSUSB_VDDCX"; | 1421 | regs[0].supply = "vddcx"; |
1422 | regs[1].supply = "HSUSB_3p3"; | 1422 | regs[1].supply = "v3p3"; |
1423 | regs[2].supply = "HSUSB_1p8"; | 1423 | regs[2].supply = "v1p8"; |
1424 | 1424 | ||
1425 | ret = devm_regulator_bulk_get(motg->phy.dev, ARRAY_SIZE(regs), regs); | 1425 | ret = devm_regulator_bulk_get(motg->phy.dev, ARRAY_SIZE(regs), regs); |
1426 | if (ret) | 1426 | if (ret) |