Skip to content

Commit

Permalink
pinctrl: qcom: ipq4019: set ngpios to correct value
Browse files Browse the repository at this point in the history
This should have been bumped to 100 when the extra pins
were added in the original pinctrl patch

Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
Acked-by: Björn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Matthew McClintock authored and Linus Walleij committed Mar 31, 2016
1 parent 6ee3345 commit 5303f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/qcom/pinctrl-ipq4019.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5303f78

Please sign in to comment.