mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
clk: qcom: msm8996: Fix the vfe1 powerdomain name
Fix a typo which caused both vfe0 and vfe1 powerdomains to be
named as vfe0.
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Fixes: 7e824d5079
("clk: qcom: gdsc: Add mmcc gdscs for msm8996 family")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
This commit is contained in:
parent
ac03d8b3a5
commit
a62ca337b3
@ -2986,7 +2986,7 @@ static struct gdsc vfe1_gdsc = {
|
||||
.cxcs = (unsigned int []){ 0x36ac },
|
||||
.cxc_count = 1,
|
||||
.pd = {
|
||||
.name = "vfe0",
|
||||
.name = "vfe1",
|
||||
},
|
||||
.parent = &camss_gdsc.pd,
|
||||
.pwrsts = PWRSTS_OFF_ON,
|
||||
|
Loading…
Reference in New Issue
Block a user