commit | c447a080b50bee3272d620ff8ab1139bebdf4e20 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | Sat Nov 11 11:46:18 2023 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Dec 15 15:03:18 2023 +0100 |
tree | 9878b23810c2287ba8f3578868f31c887c291de6 | |
parent | 2b00e18c68af4bb2cf417d99266c09c5cd225199 [diff] |
clk: stm32f: fix setting of division factor for LCD_CLK The value to be written to the register must be appropriately shifted, as is correctly done in other parts of the code. Fixes: 5e993508cb25 ("clk: clk_stm32f: Add set_rate for LTDC clock") Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>