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

Commit 6639890b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pinctrl: msm: add range of reserved gpio for Khaje"

parents 300f5a8c 36354e49
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1536,6 +1536,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),
@@ -1543,6 +1547,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,
};