Re: [PATCH] sunxi: SPL SPI: add support for the V3s SoC

2024-07-11 Thread Andre Przywara
On Thu, 11 Jul 2024 15:40:47 +0200 "Michael Walle" wrote: > On Tue May 14, 2024 at 1:43 AM CEST, Michael Walle wrote: > > 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. >

Re: [PATCH] sunxi: SPL SPI: add support for the V3s SoC

2024-07-11 Thread Michael Walle
On Tue May 14, 2024 at 1:43 AM CEST, Michael Walle wrote: > 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 8M

Re: [PATCH] sunxi: SPL SPI: add support for the V3s SoC

2024-05-14 Thread Andre Przywara
On Tue, 14 May 2024 01:43:19 +0200 Michael Walle wrote: Hi Michael, > 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. Interesting, I was a bit surprised that this would be al

[PATCH] sunxi: SPL SPI: add support for the V3s SoC

2024-05-13 Thread Michael Walle
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 --- arch/arm/mach-sun