On Tue, 21 Mar 2023 22:30:12 +0300, Dmitry Rokosov wrote: > Add the documentation for Amlogic A1 PLL and Amlogic A1 Peripherals > clock drivers. > Introduce Amlogic A1 PLL and Amlogic A1 Peripherals device tree > bindings and include them to MAINTAINERS. > > Signed-off-by: Jian Hu <jian.hu@xxxxxxxxxxx> > Signed-off-by: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx> > --- > .../bindings/clock/amlogic,a1-clkc.yaml | 73 +++++++++++ > .../bindings/clock/amlogic,a1-pll-clkc.yaml | 59 +++++++++ > MAINTAINERS | 1 + > include/dt-bindings/clock/amlogic,a1-clkc.h | 113 ++++++++++++++++++ > .../dt-bindings/clock/amlogic,a1-pll-clkc.h | 21 ++++ > 5 files changed, 267 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/amlogic,a1-clkc.yaml > create mode 100644 Documentation/devicetree/bindings/clock/amlogic,a1-pll-clkc.yaml > create mode 100644 include/dt-bindings/clock/amlogic,a1-clkc.h > create mode 100644 include/dt-bindings/clock/amlogic,a1-pll-clkc.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>