On Mon, 27 Mar 2023 15:21:55 -0700, Stephen Boyd wrote: > Describe a binding for a device that consumes a fixed rate clk in DT so > that a KUnit test can get the clk registered by of_fixed_clk_setup() and > test that it is setup properly. > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> > Cc: Brendan Higgins <brendan.higgins@xxxxxxxxx> > Cc: David Gow <davidgow@xxxxxxxxxx> > Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx> > --- > .../bindings/test/test,clk-fixed-rate.yaml | 35 +++++++++++++++++++ > 1 file changed, 35 insertions(+) > create mode 100644 Documentation/devicetree/bindings/test/test,clk-fixed-rate.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>