diff options
author | Fabio Baltieri <fabio.baltieri@linaro.org> | 2012-11-26 10:34:30 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-27 10:58:47 (GMT) |
commit | d3fed7bd60eb4a45afe43c6e8dfc592a30e7e33f (patch) | |
tree | 5e8073059daec924a757dbc8e7e5d8b1e2c0d976 /arch/arm/boot | |
parent | 065871f152298b5fd385990b799cdbd7dc4121bd (diff) | |
download | linux-d3fed7bd60eb4a45afe43c6e8dfc592a30e7e33f.tar.xz |
ARM: dts: add missing ux500 device trees
This adds hrefprev60, hrefv60plus and ccu9540 to device trees compiled
during build.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f37cf9f..01433b9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -74,7 +74,10 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ am335x-evm.dtb \ am335x-bone.dtb dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb -dtb-$(CONFIG_ARCH_U8500) += snowball.dtb +dtb-$(CONFIG_ARCH_U8500) += snowball.dtb \ + hrefprev60.dtb \ + hrefv60plus.dtb \ + ccu9540.dtb dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \ r8a7740-armadillo800eva.dtb \ sh73a0-kzm9g.dtb |