Re: [PATCH v2 2/3] dt-bindings: arm: mediatek: apmixedsys: Convert to DT schema

From: Rob Herring
Date: Tue Apr 26 2022 - 14:47:53 EST


On Sun, 24 Apr 2022 12:46:46 +0400, Yassine Oudjana wrote:
> From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
>
> Convert apmixedsys 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-apmixedsys and mediatek,mt7629-apmixedsys are placed
> in the last items list with the syscon compatible, and syscon is
> added to the mediatek,mt7623-apmixedsys list.
>
> Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
> ---
> .../arm/mediatek/mediatek,apmixedsys.txt | 35 -----------
> .../bindings/clock/mediatek,apmixedsys.yaml | 61 +++++++++++++++++++
> 2 files changed, 61 insertions(+), 35 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,apmixedsys.txt
> create mode 100644 Documentation/devicetree/bindings/clock/mediatek,apmixedsys.yaml
>

Applied, thanks!