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

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