On Sun, 24 Apr 2022 12:46:45 +0400, Yassine Oudjana wrote: > From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > > Convert topckgen bindings to DT schema format. MT2701, MT7623 and > MT7629 device trees currently have the syscon compatible without > it being mentioned in the old DT bindings file which introduces > dtbs_check errors when converting to DT schema as-is, so > mediatek,mt2701-topckgen and mediatek,mt7629-topckgen are placed > in the last items list with the syscon compatible, and syscon is > added to the mediatek,mt7623-topckgen list. > > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > --- > .../arm/mediatek/mediatek,topckgen.txt | 35 ----------- > .../bindings/clock/mediatek,topckgen.yaml | 61 +++++++++++++++++++ > 2 files changed, 61 insertions(+), 35 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt > create mode 100644 Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml > Applied, thanks!