diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-11-05 01:04:32 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-11-23 20:52:31 +0100 |
commit | e9189e66dbdcd9705697c8b283b5b142b87da9aa (patch) | |
tree | c8090d8f8ab65ca0054bcd6cacdc2a9755c55884 /arch/arm/boot/dts/Makefile | |
parent | 28c43fbb3ca0a9a8f547aece94dac8d791358444 (diff) | |
download | linux-e9189e66dbdcd9705697c8b283b5b142b87da9aa.tar.gz linux-e9189e66dbdcd9705697c8b283b5b142b87da9aa.tar.bz2 linux-e9189e66dbdcd9705697c8b283b5b142b87da9aa.zip |
ARM: dts: sk-rzg1e: initial device tree
Add the initial device tree for the R8A7745 SoC based SK-RZG1E board.
The board has 1 debug serial port (SCIF2); include support for it,
so that the serial console can work.
Based on the original (and large) patch by Dmitry Shifrin
<dmitry.shifrin@cogentembedded.com>.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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 f83ea57c97f9..6f8cd1436ee8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -678,6 +678,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \ r8a73a4-ape6evm.dtb \ r8a7740-armadillo800eva.dtb \ r8a7743-sk-rzg1m.dtb \ + r8a7745-sk-rzg1e.dtb \ r8a7778-bockw.dtb \ r8a7779-marzen.dtb \ r8a7790-lager.dtb \ |