Hi Rob, Since the other patches have been applied to dt/next, here are the two that you requested changes to be made: Changes in v4: - updated AMAC to list all possible reg-names values and then use conditionals to adjust minItems/maxItems based upon the compatible string - updated SYSTEMPORT to indicate the tx/rx queue range, drop unnecessary quotes and use unevaluatedProperties: false Thanks! Florian Fainelli (2): dt-bindings: net: Convert AMAC to YAML dt-bindings: net: Convert SYSTEMPORT to YAML .../devicetree/bindings/net/brcm,amac.txt | 30 ------- .../devicetree/bindings/net/brcm,amac.yaml | 88 +++++++++++++++++++ .../bindings/net/brcm,systemport.txt | 38 -------- .../bindings/net/brcm,systemport.yaml | 88 +++++++++++++++++++ MAINTAINERS | 3 +- 5 files changed, 178 insertions(+), 69 deletions(-) delete mode 100644 Documentation/devicetree/bindings/net/brcm,amac.txt create mode 100644 Documentation/devicetree/bindings/net/brcm,amac.yaml delete mode 100644 Documentation/devicetree/bindings/net/brcm,systemport.txt create mode 100644 Documentation/devicetree/bindings/net/brcm,systemport.yaml -- 2.25.1