diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-03-06 10:18:14 +0100 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-03-14 17:22:37 +0100 |
commit | 2eba905e860f8aed5f2743b45259bb2e92548a55 (patch) | |
tree | e18d8846b3e55095bf52bb4547f0059db057f5ce /arch/arm/boot/dts/Makefile | |
parent | ARM: DT: bcm21664: Device tree bindings (diff) | |
download | linux-2eba905e860f8aed5f2743b45259bb2e92548a55.tar.xz linux-2eba905e860f8aed5f2743b45259bb2e92548a55.zip |
ARM: dts: bcm21664: Add device tree files.
Add device tree files for the Broadcom BCM21664 SoC.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index ca755521caee..be8787e9cd26 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -47,7 +47,8 @@ dtb-$(CONFIG_ARCH_AT91) += sama5d36ek.dtb dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb -dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb +dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb \ + bcm21664-garnet.dtb dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb dtb-$(CONFIG_ARCH_BCM_5301X) += bcm4708-netgear-r6250.dtb dtb-$(CONFIG_ARCH_BERLIN) += \ |