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

Commit 36354e49 authored by Komal Bajaj's avatar Komal Bajaj
Browse files

pinctrl: msm: add range of reserved gpio for Khaje



Add range of reserved gpios for khaje target.

Change-Id: I5a7e22b4889b885f35744279b9eb1fd65d477298
Signed-off-by: default avatarKomal Bajaj <kbajaj@codeaurora.org>
parent 09346113
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1500,6 +1500,10 @@ static const struct msm_pingroup khaje_groups[] = {
	[120] = UFS_RESET(ufs_reset, 0x178000),
};

static const int khaje_reserved_gpios[] = {
	0, 1, 2, 3, 82, 86, 14, 15, 16, 17, -1
};

static const struct msm_pinctrl_soc_data khaje_pinctrl = {
	.pins = khaje_pins,
	.npins = ARRAY_SIZE(khaje_pins),
@@ -1507,6 +1511,7 @@ static const struct msm_pinctrl_soc_data khaje_pinctrl = {
	.nfunctions = ARRAY_SIZE(khaje_functions),
	.groups = khaje_groups,
	.ngroups = ARRAY_SIZE(khaje_groups),
	.reserved_gpios = khaje_reserved_gpios,
	.ngpios = 113,
};