Re: [PATCH] ARM: dts: stm32: add resets property to spi device nodes on stm32h743

2020-08-28 Thread Alexandre Torgue
Hi Tobias On 8/15/20 12:35 AM, Tobias Schramm wrote: The stm32 spi driver tries to determine the fifo size of spi devices dynamically. However, if the spi was already configured by the bootloader the fifo size check can become an endless loop, because the driver expects the spi to be in its

[PATCH] ARM: dts: stm32: add resets property to spi device nodes on stm32h743

2020-08-14 Thread Tobias Schramm
The stm32 spi driver tries to determine the fifo size of spi devices dynamically. However, if the spi was already configured by the bootloader the fifo size check can become an endless loop, because the driver expects the spi to be in its initial "after device reset" state. The driver does already