On Fri, 15 Apr 2022 00:17:47 +0200, Linus Walleij wrote: > This adds device tree bindings for the externally routed clocks > CLKOUT1 and CLKOUT2 clocks found in the DB8500. > > Cc: devicetree@xxxxxxxxxxxxxxx > Reviewed-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v2->v3: > - Pick up Ulf's ACK. > ChangeLog v1->v2: > - Push the description of the clock-cells down under the clock-cells > subnode. > - Add an example, as this was missing and requested. > --- > .../bindings/clock/stericsson,u8500-clks.yaml | 57 +++++++++++++++++++ > include/dt-bindings/clock/ste-db8500-clkout.h | 17 ++++++ > 2 files changed, 74 insertions(+) > create mode 100644 include/dt-bindings/clock/ste-db8500-clkout.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>