From: Hongzhou Yang Date: Wed, 27 May 2015 09:10:35 +0000 (-0700) Subject: mfd: mt6397-core: Add GPIO sub-module support X-Git-Tag: v4.9.8~4082^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf55078b88c83bbf18e46dc4160d0e5b7e60799d;p=platform%2Fkernel%2Flinux-rpi3.git mfd: mt6397-core: Add GPIO sub-module support Signed-off-by: Hongzhou Yang Acked-by: Linus Walleij Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c index 32775eb..38a0458 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", }, };