diff options
author | Jon Mason <jonmason@broadcom.com> | 2016-06-07 18:28:06 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-06-10 11:33:08 -0700 |
commit | 707bbc45717c234c07e3870267ede61d15684346 (patch) | |
tree | 22a5295f345f6c6e4314ad32d46cf341d2e45696 /arch/arm/boot/dts/Makefile | |
parent | fcd4138653f049c8fa45b48dc5f2806ced68e304 (diff) | |
download | lwn-707bbc45717c234c07e3870267ede61d15684346.tar.gz lwn-707bbc45717c234c07e3870267ede61d15684346.zip |
ARM: dts: NSP: Add XMC board support
The BCM958525XMC board is a smaller form factor typically used as
controller boards for switches. This smaller board has less devices
pinned out, so only a few need be populated in the device tree.
Signed-off-by: Jon Mason <jonmason@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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index cbe1595aa851..2654eb69cbb5 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -98,6 +98,7 @@ dtb-$(CONFIG_ARCH_BCM_MOBILE) += \ bcm21664-garnet.dtb \ bcm23550-sparrow.dtb dtb-$(CONFIG_ARCH_BCM_NSP) += \ + bcm958525xmc.dtb \ bcm958625hr.dtb \ bcm958625k.dtb dtb-$(CONFIG_ARCH_BERLIN) += \ |