Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
49c71a36
Commit
49c71a36
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "allwinner: power: Add DLDO4 power rail" into integration
parents
a47f60f6
c6dc8504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/allwinner/sun50i_a64/sunxi_power.c
+1
-0
plat/allwinner/sun50i_a64/sunxi_power.c
with
1 addition
and
0 deletions
+1
-0
plat/allwinner/sun50i_a64/sunxi_power.c
View file @
49c71a36
...
...
@@ -191,6 +191,7 @@ static const struct axp_regulator {
{
"dldo1"
,
700
,
3300
,
100
,
NO_SPLIT
,
0x15
,
0x12
,
3
},
{
"dldo2"
,
700
,
4200
,
100
,
27
,
0x16
,
0x12
,
4
},
{
"dldo3"
,
700
,
3300
,
100
,
NO_SPLIT
,
0x17
,
0x12
,
5
},
{
"dldo4"
,
700
,
3300
,
100
,
NO_SPLIT
,
0x18
,
0x12
,
6
},
{
"fldo1"
,
700
,
1450
,
50
,
NO_SPLIT
,
0x1c
,
0x13
,
2
},
{}
};
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help