0021-Document-DT-Add-bindings-for-mediatek-MT7623-SoC-Pla.patch 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. From e111a35542ac14712026fe1a55236f76c7fc9048 Mon Sep 17 00:00:00 2001
  2. From: John Crispin <blogic@openwrt.org>
  3. Date: Tue, 5 Jan 2016 12:13:54 +0100
  4. Subject: [PATCH 021/102] Document: DT: Add bindings for mediatek MT7623 SoC
  5. Platform
  6. This adds a DT binding documentation for the MT7623 SoC from Mediatek.
  7. Signed-off-by: John Crispin <blogic@openwrt.org>
  8. ---
  9. Documentation/devicetree/bindings/arm/mediatek.txt | 4 ++++
  10. Documentation/devicetree/bindings/serial/mtk-uart.txt | 1 +
  11. Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 +
  12. 3 files changed, 6 insertions(+)
  13. --- a/Documentation/devicetree/bindings/arm/mediatek.txt
  14. +++ b/Documentation/devicetree/bindings/arm/mediatek.txt
  15. @@ -10,6 +10,7 @@ compatible: Must contain one of
  16. "mediatek,mt6589"
  17. "mediatek,mt6592"
  18. "mediatek,mt6795"
  19. + "mediatek,mt7623"
  20. "mediatek,mt8127"
  21. "mediatek,mt8135"
  22. "mediatek,mt8173"
  23. @@ -29,6 +30,9 @@ Supported boards:
  24. - Evaluation board for MT6795(Helio X10):
  25. Required root node properties:
  26. - compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
  27. +- Evaluation board for MT7623:
  28. + Required root node properties:
  29. + - compatible = "mediatek,mt7623-evb", "mediatek,mt7623";
  30. - MTK mt8127 tablet moose EVB:
  31. Required root node properties:
  32. - compatible = "mediatek,mt8127-moose", "mediatek,mt8127";
  33. --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt
  34. +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt
  35. @@ -2,6 +2,7 @@
  36. Required properties:
  37. - compatible should contain:
  38. + * "mediatek,mt7623-uart" for MT7623 compatible UARTS
  39. * "mediatek,mt8135-uart" for MT8135 compatible UARTS
  40. * "mediatek,mt8127-uart" for MT8127 compatible UARTS
  41. * "mediatek,mt8173-uart" for MT8173 compatible UARTS
  42. --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
  43. +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
  44. @@ -5,6 +5,7 @@ Required properties:
  45. - compatible should contain:
  46. * "mediatek,mt6580-timer" for MT6580 compatible timers
  47. * "mediatek,mt6589-timer" for MT6589 compatible timers
  48. + * "mediatek,mt7623-timer" for MT7623 compatible timers
  49. * "mediatek,mt8127-timer" for MT8127 compatible timers
  50. * "mediatek,mt8135-timer" for MT8135 compatible timers
  51. * "mediatek,mt8173-timer" for MT8173 compatible timers