clk: stm32mp1: fix DSI clock setting
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 1 Apr 2025 13:14:08 +0000 (15:14 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 25 Apr 2025 14:00:22 +0000 (16:00 +0200)
commit4cb12871b20ed2d071b5e4cfa03de2d8fe707d23
tree390c1dd4d3b13dd8b07960e90657d396712dcd27
parent69df7ff4b844fb22d02a941d57d8e6c2d6b679dc
clk: stm32mp1: fix DSI clock setting

DSI is the peripheral clock, while DSI_K is an internal kernel clock.
Even though they get the same register and same bit set to be gated,
resulting in the same behavior.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/clk/stm32/clk-stm32mp1.c