Re: [PATCH 02/10] spi: dw: Add support for RX sample delay register

2020-06-09 Thread Lars Povlsen
Serge Semin writes: > On Wed, May 13, 2020 at 04:00:23PM +0200, Lars Povlsen wrote: >> This add support for the RX_SAMPLE_DLY register. If enabled in the >> Designware IP, it allows tuning of the rx data signal by means of an >> internal rx sample fifo. >> >> The register is located at offset

Re: [PATCH 02/10] spi: dw: Add support for RX sample delay register

2020-06-02 Thread Serge Semin
On Wed, May 13, 2020 at 04:00:23PM +0200, Lars Povlsen wrote: > This add support for the RX_SAMPLE_DLY register. If enabled in the > Designware IP, it allows tuning of the rx data signal by means of an > internal rx sample fifo. > > The register is located at offset 0xf0, and if the option is not

[PATCH 02/10] spi: dw: Add support for RX sample delay register

2020-05-13 Thread Lars Povlsen
This add support for the RX_SAMPLE_DLY register. If enabled in the Designware IP, it allows tuning of the rx data signal by means of an internal rx sample fifo. The register is located at offset 0xf0, and if the option is not enabled in the IP, changing the register will have no effect.