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

Commit bf10ab64 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

pinctrl: qcom: Fix the number of gpios for msm8909



Update the number of gpios as per ipcat.

CRs-Fixed: 977110
Change-Id: I4370b2c2535764bede9c6f362db5a4337b0ca2bd
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <vabbar@codeaurora.org>
parent 676c9bc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1256,7 +1256,7 @@ static const struct msm_pinctrl_soc_data msm8909_pinctrl = {
	.nfunctions = ARRAY_SIZE(msm8909_functions),
	.groups = msm8909_groups,
	.ngroups = ARRAY_SIZE(msm8909_groups),
	.ngpios = 112,
	.ngpios = 113,
};

static int msm8909_pinctrl_probe(struct platform_device *pdev)