Commit 4a43e35d authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Stephen Boyd

clk: qcom: add parent for venus core0 and core1 gdsc's

Make venus_gdsc parent of venus gdsc core0 and core1.
Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 41ee7caf
...@@ -2944,6 +2944,7 @@ static struct gdsc venus_core0_gdsc = { ...@@ -2944,6 +2944,7 @@ static struct gdsc venus_core0_gdsc = {
.pd = { .pd = {
.name = "venus_core0", .name = "venus_core0",
}, },
.parent = &venus_gdsc.pd,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.flags = HW_CTRL, .flags = HW_CTRL,
}; };
...@@ -2955,6 +2956,7 @@ static struct gdsc venus_core1_gdsc = { ...@@ -2955,6 +2956,7 @@ static struct gdsc venus_core1_gdsc = {
.pd = { .pd = {
.name = "venus_core1", .name = "venus_core1",
}, },
.parent = &venus_gdsc.pd,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
.flags = HW_CTRL, .flags = HW_CTRL,
}; };
......
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