Hi Geert, geert@xxxxxxxxxxxxxx wrote on Mon, 25 Apr 2022 18:08:19 +0200: > On Thu, Apr 21, 2022 at 10:51 AM Miquel Raynal > <miquel.raynal@xxxxxxxxxxx> wrote: > > This system controller contains several registers that have nothing to > > do with the clock handling, like the DMA mux register. Describe this > > part of the system controller as a subnode. > > > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > > Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thanks for all the feedback received so far! > > --- a/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml > > +++ b/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml > > @@ -39,6 +39,17 @@ properties: > > '#power-domain-cells': > > const: 0 > > > > + '#address-cells': > > + const: 1 > > + > > + '#size-cells': > > + const: 1 > > + > > +patternProperties: > > + "^dma-router@[a-f0-9]+$": > > For now this must be @a0, right? Yes! Cheers, Miquèl