Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hongzhou Yang and committed by
Lee Jones
cf55078b 056c3e75

+3
+3
drivers/mfd/mt6397-core.c
··· 34 34 }, { 35 35 .name = "mt6397-clk", 36 36 .of_compatible = "mediatek,mt6397-clk", 37 + }, { 38 + .name = "mt6397-pinctrl", 39 + .of_compatible = "mediatek,mt6397-pinctrl", 37 40 }, 38 41 }; 39 42