3 Commits

Author SHA1 Message Date
Mohamad Noor Alim Hussin
6f082dfd7a spi-spinal-lib: fix spi driver to support dummy clock cycle
SPI flash require 8 dummy clock cycle during read operation
before it can receive the data. However, this might not needed
by other SPI device such as SD card when operate in SPI mode.
Thus, a new device tree property called 'dummy-cycle' is added
to resolve this issue. This optional device tree property is
needed for controlling the SPI flash device.

Signed-off-by: Mohamad Noor Alim Hussin <mnalim@efinixinc.com>
2026-08-09 22:42:41 -07:00
Mohamad Noor Alim Hussin
1e5fdcf21c drivers: add spi spinal driver
Signed-off-by: Dolu1990 <charles.papon.90@gmail.com>
Signed-off-by: Mohamad Noor Alim Hussin <mnalim@efinixinc.com>
2026-08-09 22:38:50 -07:00
9d0aeafebd initial commit 2026-08-09 22:38:33 -07:00