[PATCH v2 08/11] mfd: mediatek: Add GPIO sub module support into mfd.
From: Hongzhou Yang <hidden>
Date: 2015-05-20 06:05:53
Also in:
linux-devicetree, linux-gpio, linux-mediatek, lkml
From: Hongzhou Yang <hidden>
Date: 2015-05-20 06:05:53
Also in:
linux-devicetree, linux-gpio, linux-mediatek, lkml
On Tue, 2015-05-19 at 10:34 +0100, Lee Jones wrote:
On Mon, 18 May 2015, Hongzhou Yang wrote:quoted
Register pinctrl subnode into 6397 mfd cell. Signed-off-by: Hongzhou Yang <redacted> --- 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",I think the "mediatek-" part should be removed, no?
Ok, I will send another patch to change it, thank you. Yours, Hongzhou