OSDN Git Service

pinctrl: qcom: ipq4019: set ngpios to correct value
authorMatthew McClintock <mmcclint@codeaurora.org>
Wed, 23 Mar 2016 22:04:56 +0000 (17:04 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 31 Mar 2016 09:53:02 +0000 (11:53 +0200)
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>
drivers/pinctrl/qcom/pinctrl-ipq4019.c

index b5d81ce..cb5f0a8 100644 (file)
@@ -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)