[PATCH v2 0/2] ARM: amlogic: Add A1 SPIFC support

Igor Prusov ivprusov at sberdevices.ru
Wed Oct 25 00:51:38 CEST 2023


A1 family boards have new version of SPIFC controller, that is
incompatible with meson_spifc driver. This series ports A1 SPIFC driver
from Linux and enables it for ad401 board.

Changes in V2:
 - more details in Kconfig help message
 - removed unused field of struct amlogic_spifc_a1
 - add missed check for NULL during probe

Igor Prusov (2):
  spi: add support for Amlogic A1 SPI Flash Controller
  ARM: amlogic: ad401: enable SPIFC

 configs/ad401_defconfig      |   1 +
 drivers/spi/Kconfig          |   9 +
 drivers/spi/Makefile         |   1 +
 drivers/spi/meson_spifc_a1.c | 384 +++++++++++++++++++++++++++++++++++
 4 files changed, 395 insertions(+)
 create mode 100644 drivers/spi/meson_spifc_a1.c

-- 
2.34.1



More information about the U-Boot mailing list