diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-08 13:38:50 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-31 13:25:51 +0400 |
commit | 978577ea21fb05c12511c25b71e493859e36892f (patch) | |
tree | 221022c7a9d1995da1a76a7cf2b4a193b1fff3cf /arch/arm/boot/dts/Makefile | |
parent | 351c2163f918e2a4218e0206f854dbec7799fda8 (diff) | |
download | linux-978577ea21fb05c12511c25b71e493859e36892f.tar.xz |
ARM: u300: basic device tree support
This register the most basic peripherals and makes the
U300 boot to prompt from a device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 b9f7121e6ecf..3dd1316a5a27 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -197,6 +197,7 @@ dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \ tegra114-pluto.dtb dtb-$(CONFIG_ARCH_VERSATILE) += versatile-ab.dtb \ versatile-pb.dtb +dtb-$(CONFIG_ARCH_U300) += ste-u300.dtb dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \ vexpress-v2p-ca9.dtb \ vexpress-v2p-ca15-tc1.dtb \ |