On Wed, 04 May 2022 16:25:50 +0400, Yassine Oudjana wrote: > From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > > Add clock definitions for Mediatek MT6735 clocks provided by > apmixedsys, topckgen, infracfg and pericfg. > > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > --- > MAINTAINERS | 10 +++ > .../clock/mediatek,mt6735-apmixedsys.h | 16 ++++ > .../clock/mediatek,mt6735-infracfg.h | 25 ++++++ > .../clock/mediatek,mt6735-pericfg.h | 37 +++++++++ > .../clock/mediatek,mt6735-topckgen.h | 79 +++++++++++++++++++ > 5 files changed, 167 insertions(+) > create mode 100644 include/dt-bindings/clock/mediatek,mt6735-apmixedsys.h > create mode 100644 include/dt-bindings/clock/mediatek,mt6735-infracfg.h > create mode 100644 include/dt-bindings/clock/mediatek,mt6735-pericfg.h > create mode 100644 include/dt-bindings/clock/mediatek,mt6735-topckgen.h > Acked-by: Rob Herring <robh@xxxxxxxxxx>