Re: [PATCH v3 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC
From: Krzysztof Kozlowski
Date: Thu Jul 03 2025 - 05:52:35 EST
On 03/07/2025 11:19, weishangjuan@xxxxxxxxxxxxxxxxxx wrote:
> From: Shangjuan Wei <weishangjuan@xxxxxxxxxxxxxxxxxx>
>
> Add ESWIN EIC7700 Ethernet controller, supporting clock
> configuration, delay adjustment and speed adaptive functions.
>
> Signed-off-by: Zhi Li <lizhi2@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Shangjuan Wei <weishangjuan@xxxxxxxxxxxxxxxxxx>
> ---
> .../bindings/net/eswin,eic7700-eth.yaml | 175 ++++++++++++++++++
> 1 file changed, 175 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
>
> diff --git a/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml b/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
> new file mode 100644
> index 000000000000..04b4c7bfbb5b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
> @@ -0,0 +1,175 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/net/eswin,eic7700-eth.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Eswin EIC7700 SOC Eth Controller
> +
> +maintainers:
> + - Shuang Liang <liangshuang@xxxxxxxxxxxxxxxxxx>
> + - Zhi Li <lizhi2@xxxxxxxxxxxxxxxxxx>
> + - Shangjuan Wei <weishangjuan@xxxxxxxxxxxxxxxxxx>
> +
> +description:
> + The eth controller registers are part of the syscrg block on
> + the EIC7700 SoC.
> +
> +select:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - eswin,eic7700-qos-eth
> + required:
> + - compatible
> +
> +allOf:
> + - $ref: snps,dwmac.yaml#
> +
> +properties:
> + compatible:
> + items:
> + - const: eswin,eic7700-qos-eth
> + - const: snps,dwmac-5.20
> +
> + reg:
> + minItems: 1
Nope. Changelog does not explain that, it is not correct and no one ever
requested something like that. See also writing bindings about constraints.
> +
> + interrupt-names:
> + const: macirq
> +
> + interrupts:
> + maxItems: 1
> +
> + phy-mode:
> + $ref: /schemas/types.yaml#/definitions/string
> + enum:
> + - rgmii
> + - rgmii-rxid
> + - rgmii-txid
> + - rgmii-id
> +
> + phy-handle:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: Reference to the PHY device
> +
> + clocks:
> + minItems: 2
> + maxItems: 2
> +
> + clock-names:
> + minItems: 2
> + maxItems: 2
> + contains:
> + enum:
> + - stmmaceth
> + - tx
Not much changed, nothing explained in the changelog in cover letter.
You got already feedback that you keep pushing same code without fixing
anything. You don't respond to feedback. You don't address it.
What is left for me? Start treating us seriously. I am not going to
review the rest.
Respond to previous feedback with acknowledging that you understood it
or further questions if you did not understand it, but you made thorough
research on other bindings and example schema how to do it.
NAK
Best regards,
Krzysztof