ARM: dts: mediatek: Add compatible property for aquaris5
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 Aug 2014 14:58:00 +0000 (16:58 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 24 Sep 2014 18:12:27 +0000 (11:12 -0700)
Add the missing 'compatible' property to device tree root node of

 - mt6589-aquaris5.dts

and document the new values.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Documentation/devicetree/bindings/arm/mediatek.txt
arch/arm/boot/dts/mt6589-aquaris5.dts

index d6ac71f..fa25226 100644 (file)
@@ -6,3 +6,9 @@ Required root node property:
 
 compatible: must contain "mediatek,mt6589"
 
+
+Supported boards:
+
+- bq Aquaris5 smart phone:
+    Required root node properties:
+      - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
index 74cb1ba..0da0470 100644 (file)
@@ -18,6 +18,7 @@
 
 / {
        model = "bq Aquaris5";
+       compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
 
        chosen {
                bootargs = "earlyprintk";