On Mon, 27 Mar 2023 15:21:58 -0700, Stephen Boyd wrote: > Describe a binding for a device that provides and consumes clks in DT so > that a KUnit test can register clks based on the device node and test > clk_hw_register() with clk_parent_data. > > 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/clock/test,clk-parent-data.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/test,clk-parent-data.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>