]> git.itanic.dy.fi Git - linux-stable/commit
spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
authorAmelie Delaunay <amelie.delaunay@st.com>
Mon, 10 Aug 2020 07:12:36 +0000 (09:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 10 Aug 2020 18:46:43 +0000 (19:46 +0100)
commit9cc61973bf9385b19ff5dda4a2a7e265fcba85e4
treefa182a40d677509123a611bf0c2ece2aefb4d313
parent3373e9004acc0603242622b4378c64bc01d21b5f
spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate

Fix spi->clk_rate when it is odd to the nearest lowest even value because
minimum SPI divider is 2.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alain Volmat <alain.volmat@st.com>
Link: https://lore.kernel.org/r/1597043558-29668-4-git-send-email-alain.volmat@st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c