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>
This commit is contained in:
Hongzhou Yang 2015-05-27 02:10:35 -07:00 committed by Lee Jones
parent 056c3e751e
commit cf55078b88
1 changed files with 3 additions and 0 deletions

View File

@ -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",
},
};