Commit 59665fc5 authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Greg Kroah-Hartman

clk: qcom: msm8996: Fix the vfe1 powerdomain name


[ Upstream commit a62ca337 ]

Fix a typo which caused both vfe0 and vfe1 powerdomains to be
named as vfe0.
Signed-off-by: default avatarRajendra Nayak <rnayak@codeaurora.org>
Fixes: 7e824d50 ("clk: qcom: gdsc: Add mmcc gdscs for msm8996 family")
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarMichael Turquette <mturquette@baylibre.com>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99f3e3b0
...@@ -2984,7 +2984,7 @@ static struct gdsc vfe1_gdsc = { ...@@ -2984,7 +2984,7 @@ static struct gdsc vfe1_gdsc = {
.cxcs = (unsigned int []){ 0x36ac }, .cxcs = (unsigned int []){ 0x36ac },
.cxc_count = 1, .cxc_count = 1,
.pd = { .pd = {
.name = "vfe0", .name = "vfe1",
}, },
.parent = &camss_gdsc.pd, .parent = &camss_gdsc.pd,
.pwrsts = PWRSTS_OFF_ON, .pwrsts = PWRSTS_OFF_ON,
......
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