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

Commit 5303f782 authored by Matthew McClintock's avatar Matthew McClintock Committed by Linus Walleij
Browse files

pinctrl: qcom: ipq4019: set ngpios to correct value



This should have been bumped to 100 when the extra pins
were added in the original pinctrl patch

Signed-off-by: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Acked-by: default avatarBjörn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6ee33455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ static const struct msm_pinctrl_soc_data ipq4019_pinctrl = {
	.nfunctions = ARRAY_SIZE(ipq4019_functions),
	.groups = ipq4019_groups,
	.ngroups = ARRAY_SIZE(ipq4019_groups),
	.ngpios = 70,
	.ngpios = 100,
};

static int ipq4019_pinctrl_probe(struct platform_device *pdev)