]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pinctrl: qcom: apq8016: Add GPIO pinctrl function
authorSumit Garg <sumit.garg@linaro.org>
Fri, 12 Apr 2024 09:54:36 +0000 (15:24 +0530)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:24 +0000 (13:29 +0200)
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>
drivers/pinctrl/qcom/pinctrl-apq8016.c

index 1ee8b7db1a23561fc43cd717926b5375ac889e1e..b14a8921af4f39b39f066603b9ff24afffdf88c5 100644 (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},
 };