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
Kirill Smelkov
linux
Commits
ec09f1c5
Commit
ec09f1c5
authored
Sep 30, 2016
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regulator/fix/tps65910' into regulator-linus
parents
08895a8b
8f9165c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/regulator/tps65910-regulator.c
drivers/regulator/tps65910-regulator.c
+6
-0
No files found.
drivers/regulator/tps65910-regulator.c
View file @
ec09f1c5
...
...
@@ -1111,6 +1111,12 @@ static int tps65910_probe(struct platform_device *pdev)
pmic
->
num_regulators
=
ARRAY_SIZE
(
tps65910_regs
);
pmic
->
ext_sleep_control
=
tps65910_ext_sleep_control
;
info
=
tps65910_regs
;
/* Work around silicon erratum SWCZ010: output programmed
* voltage level can go higher than expected or crash
* Workaround: use no synchronization of DCDC clocks
*/
tps65910_reg_clear_bits
(
pmic
->
mfd
,
TPS65910_DCDCCTRL
,
DCDCCTRL_DCDCCKSYNC_MASK
);
break
;
case
TPS65911
:
pmic
->
get_ctrl_reg
=
&
tps65911_get_ctrl_register
;
...
...
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