commit | cb9bd5a704e5d9b6dcd49c0d975c221ea91528bf | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Fri Apr 11 14:47:45 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 08:38:03 2025 -0600 |
tree | 50029e0140877a96bd717170c521ebc4d15650c0 | |
parent | 4ea66f01bfcde8e0f43ce181e9ced4f723a484e0 [diff] |
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>