diff options
author | Andreas Färber <afaerber@suse.de> | 2016-03-02 03:34:58 +0100 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2016-03-07 11:12:30 +0100 |
commit | 985b81817ce173f033f4d1d4d79fe5923f547e8d (patch) | |
tree | 38021c1211def751272c2e730899f928a2441fd9 | |
parent | 1cd6709175789f0c3b404b55e609b11e958b3142 (diff) |
Documentation: devicetree: amlogic: Document Meson GXBaby
Use "amlogic,meson-gxbb" compatible string.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index 1dfee20eee74..776f08ca215f 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -13,6 +13,10 @@ Boards with the Amlogic Meson8b SoC shall have the following properties: Required root node property: compatible: "amlogic,meson8b"; +Boards with the Amlogic Meson GXBaby SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson-gxbb"; + Board compatible values: - "geniatech,atv1200" (Meson6) - "minix,neo-x8" (Meson8) |