Skip to content

Commit 086f52f

Browse files
lumagandersson
authored andcommitted
soc: qcom: rpmhpd: fix sm8350_mxc's peer domain
The sm8350_mxc's domain description incorrectly references sm8150_mmcx_ao as a peer instead of sm8350_mxc_ao. Correct this typo. Fixes: 639c856 ("soc: qcom: rpmhpd: Add SM8350 power domains") Cc: Vinod Koul <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8e24a29 commit 086f52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/qcom/rpmhpd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static const struct rpmhpd_desc sm8250_desc = {
221221
static struct rpmhpd sm8350_mxc_ao;
222222
static struct rpmhpd sm8350_mxc = {
223223
.pd = { .name = "mxc", },
224-
.peer = &sm8150_mmcx_ao,
224+
.peer = &sm8350_mxc_ao,
225225
.res_name = "mxc.lvl",
226226
};
227227

0 commit comments

Comments
 (0)