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

Commit 6d5e209c authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

drivers: pinctrl: Fix ufs and sdc offset



For ufs and sdc the offset should be from top of TLMM and not
from the top of respective tiles.

Change-Id: If4dd7d26eb7d718be0f004180003652042223a50
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 18204df0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1692,10 +1692,10 @@ static const struct msm_pingroup kona_groups[] = {
			 NA),
	[178] = PINGROUP(178, WEST, NA, NA, NA, NA, NA, NA, NA, NA, NA),
	[179] = PINGROUP(179, WEST, NA, NA, NA, NA, NA, NA, NA, NA, NA),
	[180] = SDC_QDSD_PINGROUP(sdc2_clk, 0xb7000, 14, 6),
	[181] = SDC_QDSD_PINGROUP(sdc2_cmd, 0xb7000, 11, 3),
	[182] = SDC_QDSD_PINGROUP(sdc2_data, 0xb7000, 9, 0),
	[183] = UFS_RESET(ufs_reset, 0xb8000),
	[180] = SDC_QDSD_PINGROUP(sdc2_clk, 0x9b7000, 14, 6),
	[181] = SDC_QDSD_PINGROUP(sdc2_cmd, 0x9b7000, 11, 3),
	[182] = SDC_QDSD_PINGROUP(sdc2_data, 0x9b7000, 9, 0),
	[183] = UFS_RESET(ufs_reset, 0x5b8000),
};

static const struct msm_pinctrl_soc_data kona_pinctrl = {