diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2016-11-03 19:07:09 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-11-21 10:18:46 +0100 |
commit | d9b1c753878310c90e8be178f6a8e119fd0aa25d (patch) | |
tree | d3259a5e13f6a1d3414ddf7971165e4d18a06596 /arch/arm64/boot/dts/renesas/Makefile | |
parent | arm64: dts: m3ulcb: add M3ULCB board DT bindings (diff) | |
download | linux-d9b1c753878310c90e8be178f6a8e119fd0aa25d.tar.xz linux-d9b1c753878310c90e8be178f6a8e119fd0aa25d.zip |
arm64: dts: m3ulcb: initial device tree
Add the initial device tree for the R8A7796 SoC based M3ULCB low cost
board (R-Car Starter Kit Pro)
This commit supports the following peripherals:
- SCIF (console)
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/renesas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/Makefile b/arch/arm64/boot/dts/renesas/Makefile index eb72830ec9eb..1618e0a3c81d 100644 --- a/arch/arm64/boot/dts/renesas/Makefile +++ b/arch/arm64/boot/dts/renesas/Makefile @@ -1,5 +1,5 @@ dtb-$(CONFIG_ARCH_R8A7795) += r8a7795-salvator-x.dtb r8a7795-h3ulcb.dtb -dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-salvator-x.dtb +dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-salvator-x.dtb r8a7796-m3ulcb.dtb always := $(dtb-y) clean-files := *.dtb |