From 25afe99b31f4ef3d835f96545e370770c230ac44 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Nov 2015 10:18:50 +0000 Subject: mediatek: add support for the new MT7623 Arm SoC the support is still WIP. next steps are to make the pmic and ethernet work. this is the first commit to make sure nothing gets lost. Signed-off-by: John Crispin SVN-Revision: 47354 --- ...atek-Add-GPIO-sub-module-support-into-mfd.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 target/linux/mediatek/patches/0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch (limited to 'target/linux/mediatek/patches/0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch') diff --git a/target/linux/mediatek/patches/0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch b/target/linux/mediatek/patches/0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch new file mode 100644 index 0000000..d9c0676 --- /dev/null +++ b/target/linux/mediatek/patches/0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch @@ -0,0 +1,30 @@ +From e5de6556a25d4b2e2d30683d629095bce102c792 Mon Sep 17 00:00:00 2001 +From: Hongzhou Yang +Date: Mon, 18 May 2015 23:11:19 -0700 +Subject: [PATCH 55/76] mfd: mediatek: Add GPIO sub module support into mfd. + +Register pinctrl subnode into 6397 mfd cell. + +Signed-off-by: Hongzhou Yang +Acked-by: Linus Walleij +--- + drivers/mfd/mt6397-core.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c +index 09bc780..012c620 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 = "mediatek-mt6397-pinctrl", ++ .of_compatible = "mediatek,mt6397-pinctrl", + }, + }; + +-- +1.7.10.4 + -- cgit v1.1