Skip to content

Commit

Permalink
[ARM] msm: add new vreg IDs for MSM7X30
Browse files Browse the repository at this point in the history
Signed-off-by: Willie Ruan <wruan@quicinc.com>
  • Loading branch information
Willie Ruan authored and Daniel Walker committed May 12, 2010
1 parent 0e44106 commit 1b70de3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/mach-msm/vreg.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@ static struct vreg vregs[] = {
VREG("s3", 29, 0, 0),
VREG("rfubm", 30, 0, 0),
VREG("ncp", 31, 0, 0),
VREG("gp7", 32, 0, 0),
VREG("gp8", 33, 0, 0),
VREG("gp9", 34, 0, 0),
VREG("gp10", 35, 0, 0),
VREG("gp11", 36, 0, 0),
VREG("gp12", 37, 0, 0),
VREG("gp13", 38, 0, 0),
VREG("gp14", 39, 0, 0),
VREG("gp15", 40, 0, 0),
VREG("gp16", 41, 0, 0),
VREG("gp17", 42, 0, 0),
VREG("s4", 43, 0, 0),
VREG("usb2", 44, 0, 0),
VREG("wlan2", 45, 0, 0),
VREG("xo_out", 46, 0, 0),
VREG("lvsw0", 47, 0, 0),
VREG("lvsw1", 48, 0, 0),
};

struct vreg *vreg_get(struct device *dev, const char *id)
Expand Down

0 comments on commit 1b70de3

Please sign in to comment.