Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16f989c4 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

pinctrl: qcom: Use correct offset for UFS_RESET_CTL register



The current UFS_RESET_CTL register offset is incorrect. Update
the offset so that the correct registers can get written to
when performing UFS reset.

Change-Id: I0e7f35679ed4cb92cc8f70c364786dc0f18c177c
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent cecc0b27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1848,7 +1848,7 @@ static const struct msm_pingroup sm8150_groups[] = {
	[175] = SDC_QDSD_PINGROUP(sdc2_clk, 0x9b2000, 14, 6),
	[176] = SDC_QDSD_PINGROUP(sdc2_cmd, 0x9b2000, 11, 3),
	[177] = SDC_QDSD_PINGROUP(sdc2_data, 0x9b2000, 9, 0),
	[178] = UFS_RESET(ufs_reset, 0xdb6004),
	[178] = UFS_RESET(ufs_reset, 0xdb6000),
};

static struct msm_dir_conn sm8150_dir_conn[] = {