[PATCH 01/17] pinctrl: qcom: ipq4019: set ngpios to correct value

From: Matthew McClintock
Date: Wed Mar 23 2016 - 18:05:41 EST


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

CC: linus.walleij@xxxxxxxxxx
CC: bjorn.andersson@xxxxxxxxxx
Signed-off-by: Matthew McClintock <mmcclint@xxxxxxxxxxxxxx>
---
drivers/pinctrl/qcom/pinctrl-ipq4019.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/pinctrl-ipq4019.c b/drivers/pinctrl/qcom/pinctrl-ipq4019.c
index b5d81ce..cb5f0a8 100644
--- a/drivers/pinctrl/qcom/pinctrl-ipq4019.c
+++ b/drivers/pinctrl/qcom/pinctrl-ipq4019.c
@@ -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)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project