diff options
author | Mars Cheng | 2015-07-14 14:07:08 +0800 |
---|---|---|
committer | Matthias Brugger | 2015-07-18 00:22:42 +0200 |
commit | 69a462b9532c906441ccbec52b62e4a8b5f26271 (patch) | |
tree | 70aa3a02272f7ca654edc1895da6d73a686e69a6 /Documentation/devicetree/bindings/arm/mediatek.txt | |
parent | d57b1d2860a5035288f3630d126646089f71984d (diff) |
Document: DT: Add bindings for mediatek MT6580 SoC Platform
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/mediatek.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index dd7550a29db6..2daa424a13a4 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt @@ -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"; |