Skip to content

Commit

Permalink
ARM: dts: mediatek: Add compatible property for aquaris5
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthias Brugger authored and Olof Johansson committed Sep 24, 2014
1 parent d82df11 commit 6e9cb26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/arm/mediatek.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
1 change: 1 addition & 0 deletions arch/arm/boot/dts/mt6589-aquaris5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/ {
model = "bq Aquaris5";
compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";

chosen {
bootargs = "earlyprintk";
Expand Down

0 comments on commit 6e9cb26

Please sign in to comment.