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>
This commit is contained in:
parent
d82df11466
commit
6e9cb26336
@ -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";
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
/ {
|
||||
model = "bq Aquaris5";
|
||||
compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
|
||||
|
||||
chosen {
|
||||
bootargs = "earlyprintk";
|
||||
|
Loading…
Reference in New Issue
Block a user