diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-10-04 17:37:10 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-10-18 08:10:58 -0700 |
commit | da47515ee63f3a993e492f41fde9f70c51e5eee8 (patch) | |
tree | cea511a4449e25f411618db4da845b54e07634fc /Documentation/devicetree/bindings | |
parent | 15abee8ab055f774cf93d2866ab423c4ec1756db (diff) | |
download | linux-da47515ee63f3a993e492f41fde9f70c51e5eee8.tar.gz linux-da47515ee63f3a993e492f41fde9f70c51e5eee8.tar.bz2 linux-da47515ee63f3a993e492f41fde9f70c51e5eee8.zip |
ARM64: dts: amlogic: Add basic support for Amlogic S905D
This patch introduces the basic support for the Amlogic S905D (MesonGXL)
and for the Amlogic evaluation boards P230 and P231.
No documentation has been released yet for this SoC, so for now only the
bare minimum has been added in the DT.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
-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 7edb635d61ac..fffc17992510 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -21,6 +21,10 @@ Boards with the Amlogic Meson GXL S905X SoC shall have the following properties: Required root node property: compatible: "amlogic,s905x", "amlogic,meson-gxl"; +Boards with the Amlogic Meson GXL S905D SoC shall have the following properties: + Required root node property: + compatible: "amlogic,s905d", "amlogic,meson-gxl"; + Board compatible values: - "geniatech,atv1200" (Meson6) - "minix,neo-x8" (Meson8) |