[U-Boot] [PATCH] sunxi: Add H6 SPI SPL support

2019-04-08 Thread Marek Kraus
Add H6 SPI addresses and masks (since H6 memory map is totally different). Tested on Pine H64 rev B with Winbond W25Q128FW, Signed-off-by: Marek Kraus --- arch/arm/mach-sunxi/Kconfig | 2 +- arch/arm/mach-sunxi/spl_spi_sunxi.c | 123 configs

[U-Boot] [PATCH v2] sunxi: Add H6 SPI SPL support

2019-07-26 Thread Marek Kraus
Add H6 SPI addresses and masks (since H6 memory map is totally different). Tested on Pine H64 rev B with Winbond W25Q128FW, Signed-off-by: Marek Kraus Cc: Jagan Teki --- Changes for v2: - Macros for sun6i offsets, when different base address --- arch/arm/mach-sunxi/Kconfig | 2