commit | 41b766eb0b4f1b0bd7ead609fde88bc7753b8cab | [log] [tgz] |
---|---|---|
author | Michael Walle <mwalle@kernel.org> | Tue May 14 01:43:19 2024 +0200 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jul 15 22:18:16 2024 +0100 |
tree | da16c87acc7bf190f13bbc551257695b98dcd59a | |
parent | a2802fe2ae794be3811818525615fff0aa9af413 [diff] |
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>