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
dcbd8eec
Commit
dcbd8eec
authored
May 30, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linus
parents
2a66a854
f232168d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/regulator/palmas-regulator.c
drivers/regulator/palmas-regulator.c
+2
-2
No files found.
drivers/regulator/palmas-regulator.c
View file @
dcbd8eec
...
...
@@ -840,7 +840,7 @@ static int palmas_regulators_probe(struct platform_device *pdev)
break
;
}
if
((
id
==
PALMAS_REG_SMPS6
)
&&
(
id
==
PALMAS_REG_SMPS8
))
if
((
id
==
PALMAS_REG_SMPS6
)
||
(
id
==
PALMAS_REG_SMPS8
))
ramp_delay_support
=
true
;
if
(
ramp_delay_support
)
{
...
...
@@ -878,7 +878,7 @@ static int palmas_regulators_probe(struct platform_device *pdev)
pmic
->
desc
[
id
].
vsel_mask
=
SMPS10_VSEL
;
pmic
->
desc
[
id
].
enable_reg
=
PALMAS_BASE_TO_REG
(
PALMAS_SMPS_BASE
,
PALMAS_SMPS10_
STATUS
);
PALMAS_SMPS10_
CTRL
);
pmic
->
desc
[
id
].
enable_mask
=
SMPS10_BOOST_EN
;
pmic
->
desc
[
id
].
min_uV
=
3750000
;
pmic
->
desc
[
id
].
uV_step
=
1250000
;
...
...
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