Re: [PATCH v2 1/4] dt-bindings: can: renesas,rcar-canfd: Specify reset-names
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Date: 2026-01-06 21:53:58
Also in:
linux-can, linux-renesas-soc, lkml
Hi Rob. On Tue, Jan 6, 2026 at 5:39 PM Rob Herring [off-list ref] wrote:
On Tue, Jan 06, 2026 at 05:17:17PM +0000, Lad, Prabhakar wrote:quoted
Hi Krzysztof, Thank you for the review. On Fri, Jan 2, 2026 at 11:16 AM Krzysztof Kozlowski [off-list ref] wrote:quoted
On Tue, Dec 30, 2025 at 11:58:11AM +0000, Prabhakar wrote:quoted
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Specify the expected reset-names for the Renesas CAN-FD controller on RZ/G2L and RZ/G3E SoCs.You should explain here from where you got the actual names. Otherwise you got following review:quoted
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- v1->v2: - Moved reset-names to top-level properties. --- .../bindings/net/can/renesas,rcar-canfd.yaml | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-)diff --git a/Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml b/Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml index e129bdceef84..9bfd4f44e4d4 100644 --- a/Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml +++ b/Documentation/devicetree/bindings/net/can/renesas,rcar-canfd.yaml@@ -122,6 +122,11 @@ properties: resets: true + reset-names: + items: + - const: rstp_n + - const: rstc_nrst seems redundant. _n as well. Are these names from datasheet? How are they called in this device (not the soc) datasheet exactly? Because it feels you use pin or SoC names which is not useful.rstp_n/rstc_n are coming from the SoC HW manual and is already used by the driver (since commit 76e9353a80e9 "can: rcar_canfd: Add support for RZ/G2L family"). The reset-names existed previously but were dropped as of commit 466c8ef7b66b "dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema". Let me know if you want me to rename them but the driver will have to maintain the backward compatibility or do you want me to drop this patch.The names are fine. The above is useful information that should be in the commit msg. Please help us if we've already reviewed something.
Sure, I'll add the above info in the commit message and re-spin the series. Cheers, Prabhakar