On Tue, 20 Feb 2024 11:09:18 +0800, Chen Wang wrote: > From: Chen Wang <unicorn_wang@xxxxxxxxxxx> > > Add bindings for the clock generator of divider/mux and gates working > for other subsystem than RP subsystem for Sophgo SG2042. > > Signed-off-by: Chen Wang <unicorn_wang@xxxxxxxxxxx> > --- > .../bindings/clock/sophgo,sg2042-clkgen.yaml | 49 ++++++++ > .../dt-bindings/clock/sophgo,sg2042-clkgen.h | 111 ++++++++++++++++++ > 2 files changed, 160 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/sophgo,sg2042-clkgen.yaml > create mode 100644 include/dt-bindings/clock/sophgo,sg2042-clkgen.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>