git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04f0cd
)
pinctrl: qcom: apq8016: Add GPIO pinctrl function
author
Sumit Garg
<sumit.garg@linaro.org>
Fri, 12 Apr 2024 09:54:36 +0000
(15:24 +0530)
committer
Caleb 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
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/qcom/pinctrl-apq8016.c
b/drivers/pinctrl/qcom/pinctrl-apq8016.c
index
1ee8b7d
..
b14a892
100644
(file)
--- 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},
};