]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Add R8A77980 V3HSK board and CPLD code
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Tue, 23 Apr 2019 20:44:57 +0000 (23:44 +0300)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 8 Jun 2023 20:26:52 +0000 (22:26 +0200)
commited2f65f0105dacb98e5c4d2b435dd009de06c2d1
treed5cb497991cdf09e1ebd3407f1b367050c71e1e8
parentbd13df8b5d6df94beaa4acc61cf4d85b93e53a1a
ARM: renesas: Add R8A77980 V3HSK board and CPLD code

Add board code for the R8A77980 V3HSK board.
Add CPLD sysreset driver to the R-Car V3H SK board.
Extracted from a larger patch by Valentine Barshak.

Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Tam Nguyen <tam.nguyen.xa@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: Sync configs and board code with V3H Condor, squash CPLD driver in]
arch/arm/dts/Makefile
arch/arm/dts/r8a77980-v3hsk-u-boot.dts [new file with mode: 0644]
arch/arm/mach-rmobile/Kconfig.rcar3
board/renesas/v3hsk/Kconfig [new file with mode: 0644]
board/renesas/v3hsk/Makefile [new file with mode: 0644]
board/renesas/v3hsk/cpld.c [new file with mode: 0644]
configs/r8a77980_v3hsk_defconfig [new file with mode: 0644]
include/configs/v3hsk.h [new file with mode: 0644]