projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056c3e7
)
mfd: mt6397-core: Add GPIO sub-module support
author
Hongzhou Yang
<hongzhou.yang@mediatek.com>
Wed, 27 May 2015 09:10:35 +0000
(
02:10
-0700)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 22 Jun 2015 11:25:22 +0000
(12:25 +0100)
Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mt6397-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/mt6397-core.c
b/drivers/mfd/mt6397-core.c
index
32775eb
..
38a0458
100644
(file)
--- a/
drivers/mfd/mt6397-core.c
+++ b/
drivers/mfd/mt6397-core.c
@@
-34,6
+34,9
@@
static const struct mfd_cell mt6397_devs[] = {
}, {
.name = "mt6397-clk",
.of_compatible = "mediatek,mt6397-clk",
+ }, {
+ .name = "mt6397-pinctrl",
+ .of_compatible = "mediatek,mt6397-pinctrl",
},
};