Browse Source

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>
Hongzhou Yang 10 years ago
parent
commit
cf55078b88
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/mfd/mt6397-core.c

+ 3 - 0
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",
 	},
 };