Re: [PATCH v2 4/5] dt-bindings: net: dwmac: Convert mediatek-dwmac to DT schema

From: AngeloGioacchino Del Regno
Date: Thu Nov 11 2021 - 08:30:31 EST


Il 11/11/21 08:12, Biao Huang ha scritto:
Convert mediatek-dwmac to DT schema, and delete old mediatek-dwmac.txt.

Signed-off-by: Biao Huang <biao.huang@xxxxxxxxxxxx>
---
.../bindings/net/mediatek-dwmac.txt | 91 --------
.../bindings/net/mediatek-dwmac.yaml | 211 ++++++++++++++++++
2 files changed, 211 insertions(+), 91 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/net/mediatek-dwmac.txt
create mode 100644 Documentation/devicetree/bindings/net/mediatek-dwmac.yaml


Thanks for the DT schema conversion!

Anyway, you should split this in two commits: in the first one, you convert the
txt documentation to schema, as it is... and in the second one, you add mt8195
bindings.