diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-10-09 21:08:10 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-12-09 13:36:27 +0100 |
commit | d21f08ba818138ed3f81ab755021bdae28c17690 (patch) | |
tree | 1f408f844066544019a3174161c175892d433948 /arch/arm/dts/Makefile | |
parent | 9e4a63736e50e99134e04321e7e6bdd2e5d7d694 (diff) |
ARM: rmobile: Add R8A77970 V3M Eagle board
Add bits to support yet another board, the R8A77970 V3M Eagle.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index ed85349d3f..b3f62c4498 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -393,7 +393,8 @@ dtb-$(CONFIG_RCAR_GEN3) += \ r8a7795-h3ulcb.dtb \ r8a7795-salvator-x.dtb \ r8a7796-m3ulcb.dtb \ - r8a7796-salvator-x.dtb + r8a7796-salvator-x.dtb \ + r8a77970-eagle.dtb dtb-$(CONFIG_SOC_KEYSTONE) += keystone-k2hk-evm.dtb \ keystone-k2l-evm.dtb \ |