diff options
author | Sumit Garg | 2024-04-12 15:24:36 +0530 |
---|---|---|
committer | Caleb Connolly | 2024-04-23 13:29:24 +0200 |
commit | 095d96d67ea2415380175bee81da906ecaaa6794 (patch) | |
tree | f6423238f96db5a4589acdc4c01df67d1f654816 | |
parent | b04f0cd2714bbb606d5c57c6d8e398de987b7cce (diff) |
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>
-rw-r--r-- | drivers/pinctrl/qcom/pinctrl-apq8016.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-apq8016.c b/drivers/pinctrl/qcom/pinctrl-apq8016.c index 1ee8b7db1a2..b14a8921af4 100644 --- a/drivers/pinctrl/qcom/pinctrl-apq8016.c +++ b/drivers/pinctrl/qcom/pinctrl-apq8016.c @@ -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}, }; |