clk: qcom: msm8996: Fix the vfe1 powerdomain name
authorRajendra Nayak <rnayak@codeaurora.org>
Thu, 23 Mar 2017 07:43:40 +0000 (13:13 +0530)
committerMichael Turquette <mturquette@baylibre.com>
Wed, 12 Apr 2017 16:50:57 +0000 (18:50 +0200)
Fix a typo which caused both vfe0 and vfe1 powerdomains to be
named as vfe0.

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Fixes: 7e824d507909 ("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>
drivers/clk/qcom/mmcc-msm8996.c

index 9b97246..20d8fea 100644 (file)
@@ -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,