On Thu, 21 Aug 2025 18:02:45 +0530, Ravi Patel wrote: > From: Hakyeong Kim <hgkim05@xxxxxxxxxx> > > Add dt-schema for Axis ARTPEC-8 SoC clock controller. > > The Clock Management Unit (CMU) has a top-level block CMU_CMU > which generates clocks for other blocks. > > Add device-tree binding definitions for following CMU blocks: > - CMU_CMU > - CMU_BUS > - CMU_CORE > - CMU_CPUCL > - CMU_FSYS > - CMU_IMEM > - CMU_PERI > > Signed-off-by: Hakyeong Kim <hgkim05@xxxxxxxxxx> > Signed-off-by: SeonGu Kang <ksk4725@xxxxxxxxxx> > Signed-off-by: Ravi Patel <ravi.patel@xxxxxxxxxxx> > --- > .../bindings/clock/axis,artpec8-clock.yaml | 213 ++++++++++++++++++ > include/dt-bindings/clock/axis,artpec8-clk.h | 169 ++++++++++++++ > 2 files changed, 382 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec8-clock.yaml > create mode 100644 include/dt-bindings/clock/axis,artpec8-clk.h > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>