Commit 5a4b090f authored by Mark Dykes's avatar Mark Dykes Committed by TrustedFirmware Code Review
Browse files

Merge "zynqmp: pm: Add CLK_SET_RATE_PARENT in gem clock node" into integration

parents 8bac3689 138cde66
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment