Re: [PATCH 3/3] dt-bindings: net: rename Qualcomm IPQ MDIO bindings

From: Andrew Lunn
Date: Thu Jul 29 2021 - 09:18:23 EST


> @@ -23,7 +25,29 @@ properties:
> const: 0
>
> reg:
> - maxItems: 1
> + maxItems: 2
> +
> + clocks:
> + items:
> + - description: MDIO clock
> +
> + clock-names:
> + items:
> + - const: gcc_mdio_ahb_clk
> +
> + resets:
> + items:
> + - description: MDIO reset & GEPHY hardware reset
> +
> + reset-names:
> + items:
> + - const: gephy_mdc_rst
> +
> + phy-reset-gpios:
> + maxItems: 3
> + description:
> + The phandle and specifier for the GPIO that controls the RESET
> + lines of PHY devices on that MDIO bus.

This is clearly not a rename. It is great you are adding missing
properties, but please do it as a separate patch.

Andrew