diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-10-03 10:35:26 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-10-03 11:13:01 -0400 |
commit | 7837feff0d881835309fced7a7c4b5f32866d632 (patch) | |
tree | c57e16207e3e0b130447b3361e2e58dad1a652f6 /arch/arm/boot/dts/Makefile | |
parent | 148c274ea64448673c4294e32cfd0d60b524ca9a (diff) |
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 \ | |||
111 | armada-xp-axpwifiap.dtb \ | 111 | armada-xp-axpwifiap.dtb \ |
112 | armada-xp-db.dtb \ | 112 | armada-xp-db.dtb \ |
113 | armada-xp-gp.dtb \ | 113 | armada-xp-gp.dtb \ |
114 | armada-xp-matrix.dtb \ | ||
114 | armada-xp-openblocks-ax3-4.dtb | 115 | armada-xp-openblocks-ax3-4.dtb |
115 | dtb-$(CONFIG_ARCH_MXC) += \ | 116 | dtb-$(CONFIG_ARCH_MXC) += \ |
116 | imx25-karo-tx25.dtb \ | 117 | imx25-karo-tx25.dtb \ |