lkml.org 
[lkml]   [2020]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.8 72/85] pinctrl: qcom: sm8250: correct sdc2_clk
    Date
    From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

    [ Upstream commit 5d8ff95a52c36740bf4e61202d08549e7a9caf20 ]

    Correct sdc2_clk pin definition (register offset is wrong, verified by
    the msm-4.19 driver).

    Fixes: 4e3ec9e407ad ("pinctrl: qcom: Add sm8250 pinctrl driver.")
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
    Link: https://lore.kernel.org/r/20200914091846.55204-1-dmitry.baryshkov@linaro.org
    Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/pinctrl/qcom/pinctrl-sm8250.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/pinctrl/qcom/pinctrl-sm8250.c b/drivers/pinctrl/qcom/pinctrl-sm8250.c
    index a660f1274b667..826df0d637eaa 100644
    --- a/drivers/pinctrl/qcom/pinctrl-sm8250.c
    +++ b/drivers/pinctrl/qcom/pinctrl-sm8250.c
    @@ -1308,7 +1308,7 @@ static const struct msm_pingroup sm8250_groups[] = {
    [178] = PINGROUP(178, WEST, _, _, _, _, _, _, _, _, _),
    [179] = PINGROUP(179, WEST, _, _, _, _, _, _, _, _, _),
    [180] = UFS_RESET(ufs_reset, 0xb8000),
    - [181] = SDC_PINGROUP(sdc2_clk, 0x7000, 14, 6),
    + [181] = SDC_PINGROUP(sdc2_clk, 0xb7000, 14, 6),
    [182] = SDC_PINGROUP(sdc2_cmd, 0xb7000, 11, 3),
    [183] = SDC_PINGROUP(sdc2_data, 0xb7000, 9, 0),
    };
    --
    2.25.1


    \
     
     \ /
      Last update: 2020-10-05 17:34    [W:2.883 / U:0.388 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site