0055-mfd-mediatek-Add-GPIO-sub-module-support-into-mfd.patch 884 B

123456789101112131415161718192021222324252627282930
  1. From e5de6556a25d4b2e2d30683d629095bce102c792 Mon Sep 17 00:00:00 2001
  2. From: Hongzhou Yang <[email protected]>
  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. Register pinctrl subnode into 6397 mfd cell.
  6. Signed-off-by: Hongzhou Yang <[email protected]>
  7. Acked-by: Linus Walleij <[email protected]>
  8. ---
  9. drivers/mfd/mt6397-core.c | 3 +++
  10. 1 file changed, 3 insertions(+)
  11. diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
  12. index 09bc780..012c620 100644
  13. --- a/drivers/mfd/mt6397-core.c
  14. +++ b/drivers/mfd/mt6397-core.c
  15. @@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = {
  16. }, {
  17. .name = "mt6397-clk",
  18. .of_compatible = "mediatek,mt6397-clk",
  19. + }, {
  20. + .name = "mediatek-mt6397-pinctrl",
  21. + .of_compatible = "mediatek,mt6397-pinctrl",
  22. },
  23. };
  24. --
  25. 1.7.10.4