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
22ca03a3
Commit
22ca03a3
authored
Oct 06, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linus
parents
6710f223
6b3600b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/regulator/axp20x-regulator.c
drivers/regulator/axp20x-regulator.c
+2
-2
No files found.
drivers/regulator/axp20x-regulator.c
View file @
22ca03a3
...
...
@@ -192,9 +192,9 @@ static const struct regulator_desc axp22x_regulators[] = {
AXP_DESC
(
AXP22X
,
DCDC3
,
"dcdc3"
,
"vin3"
,
600
,
1860
,
20
,
AXP22X_DCDC3_V_OUT
,
0x3f
,
AXP22X_PWR_OUT_CTRL1
,
BIT
(
3
)),
AXP_DESC
(
AXP22X
,
DCDC4
,
"dcdc4"
,
"vin4"
,
600
,
1540
,
20
,
AXP22X_DCDC4_V_OUT
,
0x3f
,
AXP22X_PWR_OUT_CTRL1
,
BIT
(
3
)),
AXP22X_DCDC4_V_OUT
,
0x3f
,
AXP22X_PWR_OUT_CTRL1
,
BIT
(
4
)),
AXP_DESC
(
AXP22X
,
DCDC5
,
"dcdc5"
,
"vin5"
,
1000
,
2550
,
50
,
AXP22X_DCDC5_V_OUT
,
0x1f
,
AXP22X_PWR_OUT_CTRL1
,
BIT
(
4
)),
AXP22X_DCDC5_V_OUT
,
0x1f
,
AXP22X_PWR_OUT_CTRL1
,
BIT
(
5
)),
/* secondary switchable output of DCDC1 */
AXP_DESC_SW
(
AXP22X
,
DC1SW
,
"dc1sw"
,
"dcdc1"
,
1600
,
3400
,
100
,
AXP22X_DCDC1_V_OUT
,
0x1f
,
AXP22X_PWR_OUT_CTRL2
,
BIT
(
7
)),
...
...
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