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

Commit 51ca7da5 authored by Mayank Grover's avatar Mayank Grover
Browse files

pinctrl: msm: add range of reserved gpio for lagoon



Add range of reserved gpios for lagoon target.

Change-Id: I2d0c7654fd653b9175c391b0f60086cd01a58707
Signed-off-by: default avatarMayank Grover <groverm@codeaurora.org>
parent e0aaa529
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1614,6 +1614,10 @@ static const struct msm_pingroup lagoon_groups[] = {
	[163] = UFS_RESET(ufs_reset, 0x1ae000),
};

static const int lagoon_reserved_gpios[] = {
	13, 14, 15, 16, 45, 46, 56, 57, -1
};

static const struct msm_pinctrl_soc_data lagoon_pinctrl = {
	.pins = lagoon_pins,
	.npins = ARRAY_SIZE(lagoon_pins),
@@ -1621,6 +1625,7 @@ static const struct msm_pinctrl_soc_data lagoon_pinctrl = {
	.nfunctions = ARRAY_SIZE(lagoon_functions),
	.groups = lagoon_groups,
	.ngroups = ARRAY_SIZE(lagoon_groups),
	.reserved_gpios = lagoon_reserved_gpios,
	.ngpios = 156,
};