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. Note that this patchset depends on the following dts fix to avoid any 'make dtbs_check' errors: https://lore.kernel.org/linux-arm-msm/20220907204153.2039776-1-bhupesh.sharma@xxxxxxxxxx/T/#u 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: qcom,ethqos: Convert bindings to yaml dt-bindings: net: snps,dwmac: Add Qualcomm Ethernet ETHQOS compatibles dt-bindings: net: snps,dwmac: Update reg maxitems dt-bindings: net: snps,dwmac: Update interrupt-names .../devicetree/bindings/net/qcom,ethqos.txt | 66 --------- .../devicetree/bindings/net/qcom,ethqos.yaml | 139 ++++++++++++++++++ .../devicetree/bindings/net/snps,dwmac.yaml | 16 +- 3 files changed, 150 insertions(+), 71 deletions(-) delete mode 100644 Documentation/devicetree/bindings/net/qcom,ethqos.txt create mode 100644 Documentation/devicetree/bindings/net/qcom,ethqos.yaml -- 2.37.1