]> git.sur5r.net Git - u-boot/commit
ARM: rmobile: Add R8A77995 D3 Draak board
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 8 Oct 2017 18:41:18 +0000 (20:41 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 9 Dec 2017 12:36:27 +0000 (13:36 +0100)
commit7387d4c23465d1a997c594e9603326f1a50db78d
tree2bfc29d33bdc171aefff418995002dd744f43d5d
parentd21f08ba818138ed3f81ab755021bdae28c17690
ARM: rmobile: Add R8A77995 D3 Draak board

Add bits to support yet another board, the R8A77995 D3 Draak.
The DT file is from Linux 4.15-rc1 , commit
b35334447513c14a4dd55a67c269a743d4a4824b .

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/Makefile
arch/arm/dts/r8a77995-draak.dts [new file with mode: 0644]
arch/arm/mach-rmobile/Kconfig.64
board/renesas/draak/Kconfig [new file with mode: 0644]
board/renesas/draak/MAINTAINERS [new file with mode: 0644]
board/renesas/draak/Makefile [new file with mode: 0644]
board/renesas/draak/draak.c [new file with mode: 0644]
configs/r8a77995_draak_defconfig [new file with mode: 0644]
include/configs/draak.h [new file with mode: 0644]