On Sat, 26 Feb 2022 05:07:21 +0100, Marek Vasut wrote: > Add binding for Renesas 9-series PCIe clock generators. This binding > is designed to support 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ series I2C > PCIe clock generators, currently the only tested and supported chip > is 9FGV0241. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Michael Turquette <mturquette@xxxxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Stephen Boyd <sboyd@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > To: linux-clk@xxxxxxxxxxxxxxx > --- > V2: - Drop clock consumer from the binding example > - Make clocks, i.e. xtal, mandatory > V3: - Rename renesas,out-amplitude to renesas,out-amplitude-microvolt > - Drop type ref: from renesas,out-amplitude-microvolt property > - Explain 'pcm' in description text as 1/1000 of percent > - Add newlines > --- > .../bindings/clock/renesas,9series.yaml | 97 +++++++++++++++++++ > 1 file changed, 97 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/renesas,9series.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>