diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-08-18 10:58:00 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-24 14:12:27 -0400 |
commit | 6e9cb2633698ddadd2493b3793dbc9723f570538 (patch) | |
tree | 1ef76b45d6ad02c1076621f0303dade1dabc416c | |
parent | d82df11466df3e0934c7e7aa2f5e08c284e1fd9d (diff) |
ARM: dts: mediatek: Add compatible property for aquaris5
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>
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek.txt | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/mt6589-aquaris5.dts | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index d6ac71f37314..fa252261dfaf 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt | |||
@@ -6,3 +6,9 @@ Required root node property: | |||
6 | 6 | ||
7 | compatible: must contain "mediatek,mt6589" | 7 | compatible: must contain "mediatek,mt6589" |
8 | 8 | ||
9 | |||
10 | Supported boards: | ||
11 | |||
12 | - bq Aquaris5 smart phone: | ||
13 | Required root node properties: | ||
14 | - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; | ||
diff --git a/arch/arm/boot/dts/mt6589-aquaris5.dts b/arch/arm/boot/dts/mt6589-aquaris5.dts index 74cb1ba0f147..0da047013120 100644 --- a/arch/arm/boot/dts/mt6589-aquaris5.dts +++ b/arch/arm/boot/dts/mt6589-aquaris5.dts | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | / { | 19 | / { |
20 | model = "bq Aquaris5"; | 20 | model = "bq Aquaris5"; |
21 | compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; | ||
21 | 22 | ||
22 | chosen { | 23 | chosen { |
23 | bootargs = "earlyprintk"; | 24 | bootargs = "earlyprintk"; |