mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
clk: qcom: add parent for venus core0 and core1 gdsc's
Make venus_gdsc parent of venus gdsc core0 and core1. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
41ee7caf59
commit
4a43e35d19
@ -2944,6 +2944,7 @@ static struct gdsc venus_core0_gdsc = {
|
||||
.pd = {
|
||||
.name = "venus_core0",
|
||||
},
|
||||
.parent = &venus_gdsc.pd,
|
||||
.pwrsts = PWRSTS_OFF_ON,
|
||||
.flags = HW_CTRL,
|
||||
};
|
||||
@ -2955,6 +2956,7 @@ static struct gdsc venus_core1_gdsc = {
|
||||
.pd = {
|
||||
.name = "venus_core1",
|
||||
},
|
||||
.parent = &venus_gdsc.pd,
|
||||
.pwrsts = PWRSTS_OFF_ON,
|
||||
.flags = HW_CTRL,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user