Skip to content

Commit 5303f78

Browse files
Matthew McClintockLinus Walleij
authored andcommitted
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: Matthew McClintock <[email protected]> Acked-by: Björn Andersson <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 6ee3345 commit 5303f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/qcom/pinctrl-ipq4019.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ static const struct msm_pinctrl_soc_data ipq4019_pinctrl = {
414414
.nfunctions = ARRAY_SIZE(ipq4019_functions),
415415
.groups = ipq4019_groups,
416416
.ngroups = ARRAY_SIZE(ipq4019_groups),
417-
.ngpios = 70,
417+
.ngpios = 100,
418418
};
419419

420420
static int ipq4019_pinctrl_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)