aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mt6397-core.c
diff options
context:
space:
mode:
authorHongzhou Yang <hongzhou.yang@mediatek.com>2015-05-27 02:10:35 -0700
committerLee Jones <lee.jones@linaro.org>2015-06-22 12:25:22 +0100
commitcf55078b88c83bbf18e46dc4160d0e5b7e60799d (patch)
tree1274aea2fd6563fe3ef321a465234ac554532603 /drivers/mfd/mt6397-core.c
parentmfd: arizona: Add convience defines for micd_rate/micd_bias_starttime (diff)
downloadlinux-dev-cf55078b88c83bbf18e46dc4160d0e5b7e60799d.tar.xz
linux-dev-cf55078b88c83bbf18e46dc4160d0e5b7e60799d.zip
mfd: mt6397-core: Add GPIO sub-module support
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>
Diffstat (limited to 'drivers/mfd/mt6397-core.c')
-rw-r--r--drivers/mfd/mt6397-core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
index 32775ebbce18..38a0458f7834 100644
--- 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",
},
};