Document: DT: Add bindings for mediatek MT6580 SoC Platform
authorMars Cheng <mars.cheng@mediatek.com>
Tue, 14 Jul 2015 06:07:08 +0000 (14:07 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 17 Jul 2015 22:22:42 +0000 (00:22 +0200)
This adds a DT binding documentation for the MT6580 SoC from Mediatek.

Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Documentation/devicetree/bindings/arm/mediatek.txt
Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt
Documentation/devicetree/bindings/serial/mtk-uart.txt
Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt

index dd7550a29db668f56b21036bd6aac4f7c5d275c7..2daa424a13a435ce7e6dd125cb4677801d3dde8f 100644 (file)
@@ -5,6 +5,7 @@ Boards with a MediaTek mt65xx/mt81xx SoC shall have the following property:
 Required root node property:
 
 compatible: Must contain one of
+   "mediatek,mt6580"
    "mediatek,mt6589"
    "mediatek,mt6592"
    "mediatek,mt8127"
@@ -14,6 +15,9 @@ compatible: Must contain one of
 
 Supported boards:
 
+- Evaluation board for MT6580:
+    Required root node properties:
+      - compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
 - bq Aquaris5 smart phone:
     Required root node properties:
       - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
index 4f5a5352ccd893a162b932040577a74cb226881b..3c9c3a7f3d25e5cfbf2bff043cbf9724e9147c4c 100644 (file)
@@ -11,6 +11,7 @@ Required properties:
        "mediatek,mt6592-sysirq"
        "mediatek,mt6589-sysirq"
        "mediatek,mt6582-sysirq"
+       "mediatek,mt6580-sysirq"
        "mediatek,mt6577-sysirq"
 - interrupt-controller : Identifies the node as an interrupt controller
 - #interrupt-cells : Use the same format as specified by GIC in
index 8d63f1da07aa041113a3a22e7b2c8b2b997fff99..a875997f206277e6e0bdee2c14c6b250be23aab2 100644 (file)
@@ -7,8 +7,9 @@ Required properties:
   * "mediatek,mt8173-uart" for MT8173 compatible UARTS
   * "mediatek,mt6589-uart" for MT6589 compatible UARTS
   * "mediatek,mt6582-uart" for MT6582 compatible UARTS
+  * "mediatek,mt6580-uart" for MT6580 compatible UARTS
   * "mediatek,mt6577-uart" for all compatible UARTS (MT8173, MT6589, MT6582, 
-       MT6577)
+       MT6580, MT6577)
 
 - reg: The base address of the UART register bank.
 
index 7c4408ff4b8326478273251f34694c4f3cdf663b..53a3029b7589c6b3d6f79c55429b228e4f17d8a0 100644 (file)
@@ -2,7 +2,11 @@ Mediatek MT6577, MT6572 and MT6589 Timers
 ---------------------------------------
 
 Required properties:
-- compatible: Should be "mediatek,mt6577-timer"
+- compatible should contain:
+       * "mediatek,mt6589-timer" for MT6589 compatible timers
+       * "mediatek,mt6580-timer" for MT6580 compatible timers
+       * "mediatek,mt6577-timer" for all compatible timers (MT6589, MT6580,
+               MT6577)
 - reg: Should contain location and length for timers register.
 - clocks: Clocks driving the timer hardware. This list should include two
        clocks. The order is system clock and as second clock the RTC clock.