]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: SPL SPI: add support for the V3s SoC
authorMichael Walle <mwalle@kernel.org>
Mon, 13 May 2024 23:43:19 +0000 (01:43 +0200)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 15 Jul 2024 21:18:16 +0000 (22:18 +0100)
commit41b766eb0b4f1b0bd7ead609fde88bc7753b8cab
treeda16c87acc7bf190f13bbc551257695b98dcd59a
parenta2802fe2ae794be3811818525615fff0aa9af413
sunxi: SPL SPI: add support for the V3s SoC

The V3s is identical regarding register layout, clocks and resets to
the sun6i variants. Therefore, we can just add the MACH_SUN8I_V3S to
the sun6i compatible ones.

SPI boot was tested on a custom board with a Gigadevice GD25Q64 8MiB
SPI flash.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/mach-sunxi/Kconfig
arch/arm/mach-sunxi/spl_spi_sunxi.c