Re: [PATCH 11/15] dt-bindings: pinctrl: renesas: Document RZ/V2N SoC

From: Krzysztof Kozlowski
Date: Thu Mar 27 2025 - 03:48:50 EST


On 26/03/2025 15:39, Prabhakar wrote:
> +#define RZV2N_P3 3
> +#define RZV2N_P4 4
> +#define RZV2N_P5 5
> +#define RZV2N_P6 6
> +#define RZV2N_P7 7
> +#define RZV2N_P8 8
> +#define RZV2N_P9 9
> +#define RZV2N_PA 10
> +#define RZV2N_PB 11

Same comments as before - not useful to repeat the name.

It is the third patch in this patchset, which receives exactly the same
comments as given before.

I expect that given feedback somehow stays within group of contributions
or company in form of internal knowledge. Or just read other people's
patchset to learn from them and do not make the same mistakes.

> +
> +#define RZV2N_PORT_PINMUX(b, p, f) RZG2L_PORT_PINMUX(RZV2N_P##b, p, f)
> +#define RZV2N_GPIO(port, pin) RZG2L_GPIO(RZV2N_P##port, pin)

Not a binding. If you claim otherwise, point me to the line of driver
code using this binding.

Best regards,
Krzysztof