Re: [PATCH] dt-bindings: net: cdns,macb: Convert to json-schema

From: Rob Herring
Date: Wed Dec 01 2021 - 18:27:29 EST


On Fri, 26 Nov 2021 12:57:00 +0100, Geert Uytterhoeven wrote:
> Convert the Cadence MACB/GEM Ethernet controller Device Tree binding
> documentation to json-schema.
>
> Re-add "cdns,gem" (removed in commit a217d8711da5c87f ("dt-bindings:
> Remove PicoXcell bindings")) as there are active users on non-PicoXcell
> platforms.
> Add missing "ether_clk" clock.
> Add missing properties.
>
> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/net/cdns,macb.yaml | 162 ++++++++++++++++++
> .../devicetree/bindings/net/macb.txt | 60 -------
> 2 files changed, 162 insertions(+), 60 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/net/cdns,macb.yaml
> delete mode 100644 Documentation/devicetree/bindings/net/macb.txt
>

Applied, thanks!