lkml.org 
[lkml]   [2021]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 658/917] soc: qcom: rpmhpd: fix sm8350_mxcs peer domain
    Date
    From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

    [ Upstream commit 086f52fdc8f7bd273d06a3de2adf65a063eb5392 ]

    The sm8350_mxc's domain description incorrectly references
    sm8150_mmcx_ao as a peer instead of sm8350_mxc_ao. Correct this typo.

    Fixes: 639c85628757 ("soc: qcom: rpmhpd: Add SM8350 power domains")
    Cc: Vinod Koul <vkoul@kernel.org>
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Link: https://lore.kernel.org/r/20211020012639.1183806-1-dmitry.baryshkov@linaro.org
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/soc/qcom/rpmhpd.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/soc/qcom/rpmhpd.c b/drivers/soc/qcom/rpmhpd.c
    index a46735cec3f0f..d98cc8c2e5d5c 100644
    --- a/drivers/soc/qcom/rpmhpd.c
    +++ b/drivers/soc/qcom/rpmhpd.c
    @@ -206,7 +206,7 @@ static const struct rpmhpd_desc sm8250_desc = {
    static struct rpmhpd sm8350_mxc_ao;
    static struct rpmhpd sm8350_mxc = {
    .pd = { .name = "mxc", },
    - .peer = &sm8150_mmcx_ao,
    + .peer = &sm8350_mxc_ao,
    .res_name = "mxc.lvl",
    };

    --
    2.33.0


    \
     
     \ /
      Last update: 2021-11-16 00:59    [W:2.125 / U:0.512 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site