On Wed, 16 Oct 2024 10:04:18 +0200, Gatien Chevallier wrote: > Add RNG STM32MP25x platforms compatible. Update the clock > properties management to support all versions. > > Signed-off-by: Gatien Chevallier <gatien.chevallier@xxxxxxxxxxx> > --- > Changes in V4: > - Changed the restrictions on clock-names per compatible > - Removed a useless constraint on clocks Items > > Changes in V3: > - Add constraint on clock-names for st,stm32mp25-rng compatible > > Changes in V2 > -Fix missing min/maxItems > -Removed MP25 RNG example > -Renamed RNG clocks for mp25 to "core" and "bus" > --- > .../devicetree/bindings/rng/st,stm32-rng.yaml | 28 +++++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>