On Sat, 19 Mar 2022 23:51:52 +0100, Linus Walleij wrote: > This adds device tree bindings for the externally routed clocks > CLKOUT1 and CLKOUT2 clocks found in the DB8500. > > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > 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>