Commit cf55078b authored by Hongzhou Yang's avatar Hongzhou Yang Committed by Lee Jones

mfd: mt6397-core: Add GPIO sub-module support

Signed-off-by: default avatarHongzhou Yang <hongzhou.yang@mediatek.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 056c3e75
...@@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = { ...@@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = {
}, { }, {
.name = "mt6397-clk", .name = "mt6397-clk",
.of_compatible = "mediatek,mt6397-clk", .of_compatible = "mediatek,mt6397-clk",
}, {
.name = "mt6397-pinctrl",
.of_compatible = "mediatek,mt6397-pinctrl",
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment