[PATCH v2 08/11] mfd: mediatek: Add GPIO sub module support into mfd.
Hongzhou Yang
hongzhou.yang at mediatek.com
Mon May 18 23:11:19 PDT 2015
Register pinctrl subnode into 6397 mfd cell.
Signed-off-by: Hongzhou Yang <hongzhou.yang at mediatek.com>
---
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.9.5
More information about the linux-arm-kernel
mailing list