pinctrl: qcom: sm8250: fix pin count
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 10 Feb 2025 16:30:24 +0000 (16:30 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Wed, 26 Feb 2025 13:48:27 +0000 (13:48 +0000)
commit554562f7b50d780eea64763d444b6ddd2c216072
tree549626854ad6986b85c31d83594fa3db5fe77ee3
parente57b72abb71b267d9b7b61181dc2ce902b47f425
pinctrl: qcom: sm8250: fix pin count

The pin count wasn't updated when the special pins were added, as a
result it was never possible to configure the special pins on SM8250
boards.

Fix the pin count and allow the special pins to be configured. This
fixes sdcard support on the RB5.

Fixes: 58fa52042471 ("pinctr: qcom: sm8250: add special pins pins configuration data")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Tested-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/pinctrl/qcom/pinctrl-sm8250.c