lkml.org 
[lkml]   [2018]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 155/241] clk: qcom: msm8996: Fix the vfe1 powerdomain name
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Rajendra Nayak <rnayak@codeaurora.org>


    [ Upstream commit a62ca337b36e31621b582cbe8f17d9404a48e120 ]

    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>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/clk/qcom/mmcc-msm8996.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/clk/qcom/mmcc-msm8996.c
    +++ b/drivers/clk/qcom/mmcc-msm8996.c
    @@ -2984,7 +2984,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,

    \
     
     \ /
      Last update: 2018-03-19 20:23    [W:6.200 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site