summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/Makefile
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2019-10-04 16:27:38 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2019-10-09 09:36:41 +0200
commite1bd6ca9f8be4ec14149d01baf27583bbb5c740b (patch)
treeb4914df4dd41faefaa61d251dc06a51dd190526c /arch/arm64/boot/dts/marvell/Makefile
parentfe5e610f16a3e210e4f9e56b370dcbb8cb547e76 (diff)
downloadlinux-stable-e1bd6ca9f8be4ec14149d01baf27583bbb5c740b.tar.gz
linux-stable-e1bd6ca9f8be4ec14149d01baf27583bbb5c740b.tar.bz2
linux-stable-e1bd6ca9f8be4ec14149d01baf27583bbb5c740b.zip
arm64: dts: marvell: Add support for Marvell CN9132-DB
Extend the support of the CN9131 with yet another additional CP115. The last number indicates how many external CP115 are used. New available interfaces: * CP2 CRYPTO-0 (disabled) * CP2 ETH-0 (SFI, problem with the SFP cage, disabled) * CP2 GPIO-1 * CP2 GPIO-2 * CP2 I2C-0 * CP2 PCIe-0 x2 * CP2 PCIe-2 x1 (disabled) * CP2 SDHCI-0 * CP2 USB3-1 (High-speed) Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/Makefile')
-rw-r--r--arch/arm64/boot/dts/marvell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
index 9fbf8f460153..f1b5127f0b89 100644
--- a/arch/arm64/boot/dts/marvell/Makefile
+++ b/arch/arm64/boot/dts/marvell/Makefile
@@ -12,3 +12,4 @@ dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-mcbin-singleshot.dtb
dtb-$(CONFIG_ARCH_MVEBU) += armada-8080-db.dtb
dtb-$(CONFIG_ARCH_MVEBU) += cn9130-db.dtb
dtb-$(CONFIG_ARCH_MVEBU) += cn9131-db.dtb
+dtb-$(CONFIG_ARCH_MVEBU) += cn9132-db.dtb