mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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:
parent
b04f0cd271
commit
095d96d67e
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue