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
5a4b090f
Commit
5a4b090f
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
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
Showing
1 changed file
plat/xilinx/zynqmp/pm_service/pm_api_clock.c
+2
-1
plat/xilinx/zynqmp/pm_service/pm_api_clock.c
with
2 additions
and
1 deletion
+2
-1
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
,
...
...
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