Skip to content
GitLab
Menu
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
5a4b090f
Commit
5a4b090f
authored
Jan 17, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Jan 17, 2020
Browse files
Merge "zynqmp: pm: Add CLK_SET_RATE_PARENT in gem clock node" into integration
parents
8bac3689
138cde66
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/pm_service/pm_api_clock.c
View file @
5a4b090f
...
...
@@ -582,7 +582,8 @@ static struct pm_clock_node gem_ref_ungated_nodes[] = {
.
type
=
TYPE_DIV2
,
.
offset
=
16
,
.
width
=
6
,
.
clkflags
=
CLK_SET_RATE_NO_REPARENT
|
CLK_IS_BASIC
,
.
clkflags
=
CLK_SET_RATE_NO_REPARENT
|
CLK_IS_BASIC
|
CLK_SET_RATE_PARENT
,
.
typeflags
=
CLK_DIVIDER_ONE_BASED
|
CLK_DIVIDER_ALLOW_ZERO
,
.
mult
=
NA_MULT
,
.
div
=
NA_DIV
,
...
...
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