Re: [PATCH 05/12] dt-bindings: arm: stm32: add required #clock-cells property
From: Rob Herring (Arm)
Date: Tue Jul 29 2025 - 12:32:55 EST
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-pou@xxxxxxxxxxx>
> ---
> .../bindings/arm/stm32/st,stm32-syscon.yaml | 31 +++++++++++++++-------
> 1 file changed, 21 insertions(+), 10 deletions(-)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>