pinctrl: qcom: qcm2290: fix off by 1 in pin_count
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 11 Apr 2025 12:47:45 +0000 (14:47 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 14:38:03 +0000 (08:38 -0600)
commit2803a466a96153ab01c5789321e48397b6bae9c7
tree50029e0140877a96bd717170c521ebc4d15650c0
parent229fd3f9a8d4dbaad7c9a2e9c1b62d14d0753b0b
pinctrl: qcom: qcm2290: fix off by 1 in pin_count

There are 134 pins not 133, oops! This fixes the sdcard on the RB1 as
the pins now all get configured correctly.

Fixes: 0ecb8cfcb930 ("pinctrl: qcom: add qcm2290 pinctrl driver")
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Tested-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/pinctrl/qcom/pinctrl-qcm2290.c