diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-08-18 18:58:00 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-24 22:12:27 +0400 |
commit | 6e9cb2633698ddadd2493b3793dbc9723f570538 (patch) | |
tree | 1ef76b45d6ad02c1076621f0303dade1dabc416c | |
parent | d82df11466df3e0934c7e7aa2f5e08c284e1fd9d (diff) | |
download | linux-6e9cb2633698ddadd2493b3793dbc9723f570538.tar.xz |
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: compatible: must contain "mediatek,mt6589" + +Supported boards: + +- bq Aquaris5 smart phone: + Required root node properties: + - 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 @@ / { model = "bq Aquaris5"; + compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; chosen { bootargs = "earlyprintk"; |