Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
e5bda8a2
Commit
e5bda8a2
authored
Mar 09, 2017
by
Tom Rini
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pmic' of
git://git.denx.de/u-boot-mmc
parents
8dda2e2f
3cc293e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/power/axp809.c
drivers/power/axp809.c
+1
-1
No files found.
drivers/power/axp809.c
View file @
e5bda8a2
...
...
@@ -143,7 +143,7 @@ int axp_set_aldo(int aldo_num, unsigned int mvolt)
if
(
aldo_num
==
3
)
return
pmic_bus_setbits
(
AXP809_OUTPUT_CTRL2
,
AXP809_OUTPUT_CTRL2_ALDO3_EN
);
return
pmic_bus_
clr
bits
(
AXP809_OUTPUT_CTRL1
,
return
pmic_bus_
set
bits
(
AXP809_OUTPUT_CTRL1
,
AXP809_OUTPUT_CTRL1_ALDO1_EN
<<
(
aldo_num
-
1
));
}
...
...
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