diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-10-03 16:35:26 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-10-03 17:13:01 +0200 |
commit | 7837feff0d881835309fced7a7c4b5f32866d632 (patch) | |
tree | c57e16207e3e0b130447b3361e2e58dad1a652f6 /arch/arm/boot/dts/Makefile | |
parent | ARM: kirkwood: ib62x0: add u-boot environment partition (diff) | |
download | linux-7837feff0d881835309fced7a7c4b5f32866d632.tar.xz linux-7837feff0d881835309fced7a7c4b5f32866d632.zip |
arm: mvebu: add support for the Armada XP Matrix board
The Armada XP Matrix board is the mother board of a more complex
system. The mother board uses an Armada XP MV78460, 4 serial ports, 2
SATA ports, one Ethernet connection, a PCIe port and a USB port. All
those devices are enabled in the Device Tree added by this patch.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 69193bedc88c..5b832744a0bb 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -111,6 +111,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \ armada-xp-axpwifiap.dtb \ armada-xp-db.dtb \ armada-xp-gp.dtb \ + armada-xp-matrix.dtb \ armada-xp-openblocks-ax3-4.dtb dtb-$(CONFIG_ARCH_MXC) += \ imx25-karo-tx25.dtb \ |