Commit 07220162 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'mvebu-dt64-4.6-1' of git://git.infradead.org/linux-mvebu into next/dt64

mvebu dt64 for 4.6 (part 1)

Device tree part of the Armada 3700 support:
- binding for the Armada 3700 SoCs
- device tree files for the SoCs and a board
- tidy up the Marvell related files

* tag 'mvebu-dt64-4.6-1' of git://git.infradead.org/linux-mvebu

:
  arm64: dts: add the Marvell Armada 3700 family and a development board
  devicetree: bindings: add DT binding for the Marvell Armada 3700 SoC family
  Documentation: dt: Tidy up the Marvell related files
  Documentation: dt-bindings: Add a new compatible for the Armada 3700

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 18f94513 adbc3695
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
Marvell Armada 37xx Platforms Device Tree Bindings
--------------------------------------------------

Boards using a SoC of the Marvell Armada 37xx family must carry the
following root node property:

 - compatible: must contain "marvell,armada3710"

In addition, boards using the Marvell Armada 3720 SoC shall have the
following property before the previous one:

 - compatible: must contain "marvell,armada3720"

Example:

compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";
Loading