kernel: update 4.1 to 4.1.13
[openwrt/openwrt.git] / target / linux / mediatek / patches / 0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch
1 From e5de6556a25d4b2e2d30683d629095bce102c792 Mon Sep 17 00:00:00 2001
2 From: Hongzhou Yang <hongzhou.yang@mediatek.com>
3 Date: Mon, 18 May 2015 23:11:19 -0700
4 Subject: [PATCH 55/76] mfd: mediatek: Add GPIO sub module support into mfd.
5
6 Register pinctrl subnode into 6397 mfd cell.
7
8 Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
9 Acked-by: Linus Walleij <linus.walleij@linaro.org>
10 ---
11 drivers/mfd/mt6397-core.c | 3 +++
12 1 file changed, 3 insertions(+)
13
14 --- a/drivers/mfd/mt6397-core.c
15 +++ b/drivers/mfd/mt6397-core.c
16 @@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs
17 }, {
18 .name = "mt6397-clk",
19 .of_compatible = "mediatek,mt6397-clk",
20 + }, {
21 + .name = "mediatek-mt6397-pinctrl",
22 + .of_compatible = "mediatek,mt6397-pinctrl",
23 },
24 };
25