Re: [PATCH v1 2/3] mach-sunxi: Add spi boot for SUNIV

2022-02-10 Thread Andre Przywara
On Wed, 9 Feb 2022 23:34:37 -0500 Jesse Taube wrote: Hi Jesse, many thanks for sending this, I guess this makes those little boards much more useful. > Add support for the spi boot in spl on suniv architecture. A more elaborate commit message would be welcomed. Please mention the F1C100s, to

[PATCH v1 2/3] mach-sunxi: Add spi boot for SUNIV

2022-02-09 Thread Jesse Taube
Add support for the spi boot in spl on suniv architecture. Signed-off-by: Jesse Taube --- arch/arm/include/asm/arch-sunxi/gpio.h | 1 + arch/arm/mach-sunxi/spl_spi_sunxi.c| 26 +++--- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git