diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-10-06 01:59:18 +0400 |
---|---|---|
committer | Carlo Caione <carlo@caione.org> | 2014-11-18 18:34:54 +0300 |
commit | a25a6772db05b252d9861b80b6387b67f69a8b8e (patch) | |
tree | fb70e2b17e0f2695aec347267198fd00a4ddf4f1 | |
parent | e790af67b2f8579ab0c46b6e011111ce2200cfe3 (diff) | |
download | linux-a25a6772db05b252d9861b80b6387b67f69a8b8e.tar.xz |
ARM: meson: document meson8 compatible properties
Add device tree bindings documentation for Amlogic Meson8 SoCs.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Carlo Caione <carlo@caione.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index 7eece72b1a35..8fe815046140 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -2,7 +2,9 @@ Amlogic MesonX device tree bindings ------------------------------------------- Boards with the Amlogic Meson6 SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson6" -Required root node property: - -compatible = "amlogic,meson6"; +Boards with the Amlogic Meson8 SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson8"; |