mediatek: add support for the new MT7623 Arm SoC
[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 diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
15 index 09bc780..012c620 100644
16 --- a/drivers/mfd/mt6397-core.c
17 +++ b/drivers/mfd/mt6397-core.c
18 @@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = {
19 }, {
20 .name = "mt6397-clk",
21 .of_compatible = "mediatek,mt6397-clk",
22 + }, {
23 + .name = "mediatek-mt6397-pinctrl",
24 + .of_compatible = "mediatek,mt6397-pinctrl",
25 },
26 };
27
28 --
29 1.7.10.4
30