ARM: dts: stm32: add resets property to spi device nodes on stm32h743
authorTobias Schramm <t.schramm@manjaro.org>
Fri, 14 Aug 2020 22:35:43 +0000 (00:35 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Wed, 23 Sep 2020 16:37:02 +0000 (18:37 +0200)
commit33aa48808619393d70f103da85db03847f29b90f
tree79f054b1f7d37a56e9757d67b1bde8e72b11d6ad
parent9fc37291831fd85e579cacccb3d887c4f240f2e8
ARM: dts: stm32: add resets property to spi device nodes on stm32h743

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@manjaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32h743.dtsi