diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2017-01-30 00:20:35 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-01-31 14:45:04 +0100 |
commit | 5cb13094484ba89d9a2623ddb72b36ea498e2bff (patch) | |
tree | 69ae5ce459d95687d614cf3ef082bd40f576c771 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: mvebu: Add device tree for 98DX3236 SoCs (diff) | |
download | linux-5cb13094484ba89d9a2623ddb72b36ea498e2bff.tar.xz linux-5cb13094484ba89d9a2623ddb72b36ea498e2bff.zip |
ARM: dts: mvebu: Add device tree for db-dxbc2 and db-xc3-24g4xg boards
These boards are Marvell's evaluation boards for the 98DX4251 and
98DX3336 SoCs.
[gregory.clement@free-electrons.com: fix topic and update Makefile]
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index e51b18af51a2..ad400babd6a3 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -959,6 +959,8 @@ dtb-$(CONFIG_MACH_ARMADA_39X) += \ dtb-$(CONFIG_MACH_ARMADA_XP) += \ armada-xp-axpwifiap.dtb \ armada-xp-db.dtb \ + armada-xp-db-dxbc2.dtb \ + armada-xp-db-xc3-24g4xg.dtb \ armada-xp-gp.dtb \ armada-xp-lenovo-ix4-300d.dtb \ armada-xp-linksys-mamba.dtb \ |