Re: [PATCH net-next v2] dt-bindings: net: phy: vsc8531: Convert to DT schema
From: Rob Herring (Arm)
Date: Mon Oct 27 2025 - 15:00:55 EST
On Sat, 25 Oct 2025 07:48:50 +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
>
> Convert VSC8531 Gigabit ethernet phy binding to DT schema format. While
> at it add compatible string for VSC8541 PHY which is very much similar
> to the VSC8531 PHY and is already supported in the kernel. VSC8541 PHY
> is present on the Renesas RZ/T2H EVK.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> ---
> Inspired from the DT warnings seen while running dtbs check [0],
> took an opportunity to convert this binding to DT schema format.
> As there was no entry in the maintainers file Ive added myself
> as the maintainer for this binding.
> [0] https://lore.kernel.org/all/176073765433.419659.2490051913988670515.robh@xxxxxxxxxx/
>
> Note,
> 1] As there is no entry in maintainers file for this binding, Ive added myself
> as the maintainer for this binding.
>
> v1->v2:
> - Updated dependencies format as per review comments.
> - Updated vsc8531,edge-slowdown description to use formatting.
> ---
> .../bindings/net/mscc-phy-vsc8531.txt | 73 ----------
> .../bindings/net/mscc-phy-vsc8531.yaml | 131 ++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +-
> 3 files changed, 132 insertions(+), 74 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt
> create mode 100644 Documentation/devicetree/bindings/net/mscc-phy-vsc8531.yaml
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>