Changes since v1: ------------------ - v1 can be viewed here: https://lore.kernel.org/lkml/20220907204924.2040384-3-bhupesh.sharma@xxxxxxxxxx/ - Addressed review comments from Krzysztof: ~ Updated MAINTAINERS file to point to yaml version of 'qcom,ethqos' dt-bindings. ~ Fix yaml bindings related review comments. This patchset converts the qcom,ethqos bindings to YAML. It also contains a few related fixes in the snps,dwmac bindings to support Qualcomm ethqos ethernet controller for qcs404 (based) and sa8155p-adp boards. Cc: Bjorn Andersson <andersson@xxxxxxxxxx> Cc: Rob Herring <robh@xxxxxxxxxx> Cc: Vinod Koul <vkoul@xxxxxxxxxx> Cc: David Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx> Bhupesh Sharma (4): dt-bindings: net: snps,dwmac: Update interrupt-names dt-bindings: net: snps,dwmac: Add Qualcomm Ethernet ETHQOS compatibles dt-bindings: net: qcom,ethqos: Convert bindings to yaml MAINTAINERS: Point to the yaml version of 'qcom,ethqos' dt-bindings .../devicetree/bindings/net/qcom,ethqos.txt | 66 -------- .../devicetree/bindings/net/qcom,ethqos.yaml | 145 ++++++++++++++++++ .../devicetree/bindings/net/snps,dwmac.yaml | 8 +- MAINTAINERS | 2 +- 4 files changed, 152 insertions(+), 69 deletions(-) delete mode 100644 Documentation/devicetree/bindings/net/qcom,ethqos.txt create mode 100644 Documentation/devicetree/bindings/net/qcom,ethqos.yaml -- 2.37.1