pinctrl: qcom: apq8016: Add GPIO pinctrl function

Add GPIO pinctrl function to enable driving GPIO pins as output low or
high.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Sumit Garg 2024-04-12 15:24:36 +05:30 committed by Caleb Connolly
parent b04f0cd271
commit 095d96d67e
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -29,6 +29,7 @@ static const char * const msm_pinctrl_pins[] = {
};
static const struct pinctrl_function msm_pinctrl_functions[] = {
{"gpio", 0},
{"blsp_uart1", 2},
{"blsp_uart2", 2},
};