Skip to content

Commit 00470bf

Browse files
author
André Apitzsch
committed
clk: qcom: gcc-msm8939: make VENUS_GDSC parent of VENUS_COREx_GDSC
TODO: check if necessary Signed-off-by: André Apitzsch <[email protected]>
1 parent 87ceb8f commit 00470bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/gcc-msm8939.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3753,6 +3753,7 @@ static struct gdsc venus_core0_gdsc = {
37533753
.pd = {
37543754
.name = "venus_core0",
37553755
},
3756+
.parent = &venus_gdsc.pd,
37563757
.pwrsts = PWRSTS_OFF_ON,
37573758
};
37583759

@@ -3761,6 +3762,7 @@ static struct gdsc venus_core1_gdsc = {
37613762
.pd = {
37623763
.name = "venus_core1",
37633764
},
3765+
.parent = &venus_gdsc.pd,
37643766
.pwrsts = PWRSTS_OFF_ON,
37653767
};
37663768

0 commit comments

Comments
 (0)