0042-dt-bindings-mfd-Add-bindings-for-the-MediaTek-MT6323.patch 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. From 3af0e56f55d7676fab0ba39ef599c64dd6ab4b35 Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Sun, 10 Jan 2016 17:12:37 +0100
  4. Subject: [PATCH 42/53] dt-bindings: mfd: Add bindings for the MediaTek MT6323
  5. PMIC
  6. Signed-off-by: John Crispin <[email protected]>
  7. Acked-by: Rob Herring <[email protected]>
  8. Cc: [email protected]
  9. ---
  10. Documentation/devicetree/bindings/mfd/mt6397.txt | 10 ++++++----
  11. 1 file changed, 6 insertions(+), 4 deletions(-)
  12. diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt
  13. index 15043e6..949c85f 100644
  14. --- a/Documentation/devicetree/bindings/mfd/mt6397.txt
  15. +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt
  16. @@ -1,6 +1,6 @@
  17. -MediaTek MT6397 Multifunction Device Driver
  18. +MediaTek MT6397/MT6323 Multifunction Device Driver
  19. -MT6397 is a multifunction device with the following sub modules:
  20. +MT6397/MT6323 is a multifunction device with the following sub modules:
  21. - Regulator
  22. - RTC
  23. - Audio codec
  24. @@ -8,14 +8,14 @@ MT6397 is a multifunction device with the following sub modules:
  25. - Clock
  26. It is interfaced to host controller using SPI interface by a proprietary hardware
  27. -called PMIC wrapper or pwrap. MT6397 MFD is a child device of pwrap.
  28. +called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
  29. See the following for pwarp node definitions:
  30. Documentation/devicetree/bindings/soc/pwrap.txt
  31. This document describes the binding for MFD device and its sub module.
  32. Required properties:
  33. -compatible: "mediatek,mt6397"
  34. +compatible: "mediatek,mt6397" or "mediatek,mt6323"
  35. Optional subnodes:
  36. @@ -26,6 +26,8 @@ Optional subnodes:
  37. Required properties:
  38. - compatible: "mediatek,mt6397-regulator"
  39. see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
  40. + - compatible: "mediatek,mt6323-regulator"
  41. + see Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
  42. - codec
  43. Required properties:
  44. - compatible: "mediatek,mt6397-codec"
  45. --
  46. 1.7.10.4