Re: [U-Boot] [U-BOOT PATCH 3/3] spi: riscv: use single bit mode for spi transfers

2019-08-26 Thread Bin Meng
On Wed, Aug 14, 2019 at 1:18 AM Sagar Shrikant Kadam wrote: > > Use the SPI controller in FU540-C000 soc in one bit mode, rather than using > spi-tx-bus-width and spi-rx-bus-width passed from the device tree. > > This patch handles a case where controller mode in format register (0x40) > is config

[U-Boot] [U-BOOT PATCH 3/3] spi: riscv: use single bit mode for spi transfers

2019-08-13 Thread Sagar Shrikant Kadam
Use the SPI controller in FU540-C000 soc in one bit mode, rather than using spi-tx-bus-width and spi-rx-bus-width passed from the device tree. This patch handles a case where controller mode in format register (0x40) is configured as per the width specified in the dt-node of the slave device. For