diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-10-21 20:36:29 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-23 22:11:18 +0200 |
commit | 97593f773144bc2876e3b5c46d1a5affb9e6eeed (patch) | |
tree | c3166beae20fb1d1bb1538ea8a2ee7cb608da88d /arch/arm/boot/dts/Makefile | |
parent | 06ff6b2d63210922a1b1d0f4997e29ce75b5e0c0 (diff) |
ARM: dts: uniphier: add ProXstream2 Gentil board support
Initial version of DTS for ProXstream2 Gentil board.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 3e38fbb72e3b..d6d13f00dbb3 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -699,7 +699,8 @@ dtb-$(CONFIG_ARCH_UNIPHIER) += \ uniphier-ph1-ld6b-ref.dtb \ uniphier-ph1-pro4-ref.dtb \ uniphier-ph1-sld3-ref.dtb \ - uniphier-ph1-sld8-ref.dtb + uniphier-ph1-sld8-ref.dtb \ + uniphier-proxstream2-gentil.dtb dtb-$(CONFIG_ARCH_VERSATILE) += \ versatile-ab.dtb \ versatile-pb.dtb |