public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
@ 2015-05-27  9:10 Hongzhou Yang
  2015-05-27  9:28 ` Sascha Hauer
  2015-05-27 10:32 ` Lee Jones
  0 siblings, 2 replies; 4+ messages in thread
From: Hongzhou Yang @ 2015-05-27  9:10 UTC (permalink / raw)
  To: Lee Jones, Matthias Brugger
  Cc: Samuel Ortiz, linux-kernel, linux-arm-kernel, linux-mediatek,
	srv_heupstream, Sascha Hauer, yingjoe.chen, eddie.huang,
	dandan.he, Linus Walleij, Hongzhou Yang

Base on Lee Jones' comment, change pinctrl subnode name.

---
Register pinctrl subnode into 6397 mfd cell.

Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
 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..e50a9bc 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 = "mt6397-pinctrl",
+		.of_compatible = "mediatek,mt6397-pinctrl",
 	},
 };
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-27 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27  9:10 [PATCH] mfd: mediatek: Add GPIO sub module support into mfd Hongzhou Yang
2015-05-27  9:28 ` Sascha Hauer
2015-05-27 10:32 ` Lee Jones
2015-05-27 20:07   ` Hongzhou Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox