]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Add R8A77970 V3MSK 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)
commit5f4e26964cba6c7f36b240792e52e67427c195f0
treee5f87dd18d805956d75753b26fe182bd384ad5dc
parentf2a21a8c240041d760074b4ebbf2ef5c08322079
ARM: renesas: Add R8A77970 V3MSK board and CPLD code

Add board code for the R8A77970 V3MSK board.
Add CPLD sysreset driver to the R-Car V3M 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 V3M Eagle, squash CPLD driver in]
arch/arm/dts/Makefile
arch/arm/dts/r8a77970-v3msk-u-boot.dts [new file with mode: 0644]
arch/arm/mach-rmobile/Kconfig.rcar3
board/renesas/v3msk/Kconfig [new file with mode: 0644]
board/renesas/v3msk/MAINTAINERS [new file with mode: 0644]
board/renesas/v3msk/Makefile [new file with mode: 0644]
board/renesas/v3msk/cpld.c [new file with mode: 0644]
configs/r8a77970_v3msk_defconfig [new file with mode: 0644]
doc/README.rmobile