Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
1b70de32
Commit
1b70de32
authored
Jul 24, 2009
by
Willie Ruan
Committed by
Daniel Walker
May 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] msm: add new vreg IDs for MSM7X30
Signed-off-by:
Willie Ruan
<
wruan@quicinc.com
>
parent
0e44106d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
arch/arm/mach-msm/vreg.c
arch/arm/mach-msm/vreg.c
+17
-0
No files found.
arch/arm/mach-msm/vreg.c
View file @
1b70de32
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment