summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorAnand Gore <anand.gore@broadcom.com>2022-06-03 01:16:44 +0300
committerFlorian Fainelli <f.fainelli@gmail.com>2022-06-08 12:06:37 +0300
commit6bcad714e17399fb3d947f91a0474479f67170d8 (patch)
tree42d6c90e5e1f554b9db445a35e5738c4036edc14 /arch/arm/boot/dts/Makefile
parentad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d (diff)
downloadlinux-6bcad714e17399fb3d947f91a0474479f67170d8.tar.xz
ARM: dts: Add DTS files for bcmbca SoC BCM6878
Add dts for ARMv7 based broadband SoC BCM6878. bcm6878.dtsi is the SoC description dts header and bcm96878.dts is a simple dts file for Broadcom BCM96878 Reference board that only enable the UART port. Signed-off-by: Anand Gore <anand.gore@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index d68e8c20791e..b7905dd8579e 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -183,7 +183,8 @@ dtb-$(CONFIG_ARCH_BRCMSTB) += \
bcm7445-bcm97445svmb.dtb
dtb-$(CONFIG_ARCH_BCMBCA) += \
bcm947622.dtb \
- bcm963178.dtb
+ bcm963178.dtb \
+ bcm96878.dtb
dtb-$(CONFIG_ARCH_CLPS711X) += \
ep7211-edb7211.dtb
dtb-$(CONFIG_ARCH_DAVINCI) += \