diff options
author | Willie Ruan <wruan@quicinc.com> | 2009-07-24 20:21:21 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-12 12:14:41 -0400 |
commit | 1b70de32ac695b2faac93225aaee71a8df06c155 (patch) | |
tree | 69689b9dd80eb2f8dba662ffca0761eb41e913b5 /arch/arm/mach-msm/vreg.c | |
parent | 0e44106de5adffc32e0a9294ed406f20d9a3f38d (diff) |
[ARM] msm: add new vreg IDs for MSM7X30
Signed-off-by: Willie Ruan <wruan@quicinc.com>
Diffstat (limited to 'arch/arm/mach-msm/vreg.c')
-rw-r--r-- | arch/arm/mach-msm/vreg.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/vreg.c b/arch/arm/mach-msm/vreg.c index 63db0b3ece53..a9103bc6615f 100644 --- a/arch/arm/mach-msm/vreg.c +++ b/arch/arm/mach-msm/vreg.c | |||
@@ -66,6 +66,23 @@ static struct vreg vregs[] = { | |||
66 | VREG("s3", 29, 0, 0), | 66 | VREG("s3", 29, 0, 0), |
67 | VREG("rfubm", 30, 0, 0), | 67 | VREG("rfubm", 30, 0, 0), |
68 | VREG("ncp", 31, 0, 0), | 68 | VREG("ncp", 31, 0, 0), |
69 | VREG("gp7", 32, 0, 0), | ||
70 | VREG("gp8", 33, 0, 0), | ||
71 | VREG("gp9", 34, 0, 0), | ||
72 | VREG("gp10", 35, 0, 0), | ||
73 | VREG("gp11", 36, 0, 0), | ||
74 | VREG("gp12", 37, 0, 0), | ||
75 | VREG("gp13", 38, 0, 0), | ||
76 | VREG("gp14", 39, 0, 0), | ||
77 | VREG("gp15", 40, 0, 0), | ||
78 | VREG("gp16", 41, 0, 0), | ||
79 | VREG("gp17", 42, 0, 0), | ||
80 | VREG("s4", 43, 0, 0), | ||
81 | VREG("usb2", 44, 0, 0), | ||
82 | VREG("wlan2", 45, 0, 0), | ||
83 | VREG("xo_out", 46, 0, 0), | ||
84 | VREG("lvsw0", 47, 0, 0), | ||
85 | VREG("lvsw1", 48, 0, 0), | ||
69 | }; | 86 | }; |
70 | 87 | ||
71 | struct vreg *vreg_get(struct device *dev, const char *id) | 88 | struct vreg *vreg_get(struct device *dev, const char *id) |