On Fri, 25 Jul 2025 12:03:57 +0200, Raphael Gallais-Pou wrote: > On STM32MP25 SoC, the syscfg peripheral provides a clock to the display > subsystem through a multiplexer. Since it only provides a single clock, > the cell value is 0. > > Doing so allows the clock consumers to reach the peripheral and gate the > clock accordingly. > > Signed-off-by: Raphael Gallais-Pou <raphael.gallais-...@foss.st.com> > --- > .../bindings/arm/stm32/st,stm32-syscon.yaml | 31 > +++++++++++++++------- > 1 file changed, 21 insertions(+), 10 deletions(-) >
Reviewed-by: Rob Herring (Arm) <r...@kernel.org>