projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a021d
)
pinctrl: gemini: Add missing functions
author
Linus Walleij
<linus.walleij@linaro.org>
Sat, 14 Oct 2017 15:13:03 +0000
(17:13 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sat, 14 Oct 2017 18:37:33 +0000
(20:37 +0200)
Some two functions were missing from the Gemini pin control
driver. Noticed when trying to use ethernet. Fix it up by
adding them.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-gemini.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/pinctrl-gemini.c
b/drivers/pinctrl/pinctrl-gemini.c
index 39e6221e71000e735dfe35f71a1596865904246f..7ffd768c0e02c0a0b0439f5fda1627aca73152d7 100644
(file)
--- a/
drivers/pinctrl/pinctrl-gemini.c
+++ b/
drivers/pinctrl/pinctrl-gemini.c
@@
-2073,6
+2073,16
@@
static const struct gemini_pmx_func gemini_pmx_functions[] = {
.groups = satagrps,
.num_groups = ARRAY_SIZE(satagrps),
},
+ {
+ .name = "usb",
+ .groups = usbgrps,
+ .num_groups = ARRAY_SIZE(usbgrps),
+ },
+ {
+ .name = "gmii",
+ .groups = gmiigrps,
+ .num_groups = ARRAY_SIZE(gmiigrps),
+ },
{
.name = "pci",
.groups = pcigrps,