diff options
author | Hongzhou Yang <hongzhou.yang@mediatek.com> | 2015-05-27 12:10:35 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-06-22 14:25:22 +0300 |
commit | cf55078b88c83bbf18e46dc4160d0e5b7e60799d (patch) | |
tree | 1274aea2fd6563fe3ef321a465234ac554532603 /drivers/mfd | |
parent | 056c3e751e0b90c7e07eea06038214ff760ef71a (diff) | |
download | linux-cf55078b88c83bbf18e46dc4160d0e5b7e60799d.tar.xz |
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')
-rw-r--r-- | drivers/mfd/mt6397-core.c | 3 |
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", }, }; |