diff options
| author | Sumit Garg <[email protected]> | 2024-04-12 15:24:36 +0530 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-04-23 13:29:24 +0200 |
| commit | 095d96d67ea2415380175bee81da906ecaaa6794 (patch) | |
| tree | f6423238f96db5a4589acdc4c01df67d1f654816 /drivers | |
| 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 <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers')
| -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}, }; |
