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

From: Alexandre Torgue
Date: Fri Aug 28 2020 - 05:54:49 EST


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 initial "after device reset" state. The
driver does already support resetting the spi device at probe, thus this
patch adds only the required device tree properties

Signed-off-by: Tobias Schramm <t.schramm@xxxxxxxxxxx>

Applied on stm32-next.

Thanks.
Alex