2024-06-06 16:14:12

by Lad, Prabhakar

[permalink] [raw]
Subject: [PATCH] dt-bindings: clock: renesas,rzg2l-cpg: Update description for #reset-cells

From: Lad Prabhakar <[email protected]>

For the RZ/G2L and similar SoCs, the reset specifier is the reset number
and not the module number. Reflect this in the description for the
'#reset-cells' property.

Reported-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Lad Prabhakar <[email protected]>
---
Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml b/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
index 4e3b0c45124a..0440f23da059 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
+++ b/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
@@ -62,7 +62,7 @@ properties:

'#reset-cells':
description:
- The single reset specifier cell must be the module number, as defined in
+ The single reset specifier cell must be the reset number, as defined in
<dt-bindings/clock/r9a0*-cpg.h>.
const: 1

--
2.34.1



2024-06-07 06:46:47

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: renesas,rzg2l-cpg: Update description for #reset-cells

On Thu, Jun 6, 2024 at 6:11 PM Prabhakar <[email protected]> wrote:
> From: Lad Prabhakar <[email protected]>
>
> For the RZ/G2L and similar SoCs, the reset specifier is the reset number
> and not the module number. Reflect this in the description for the
> '#reset-cells' property.
>
> Reported-by: Geert Uytterhoeven <[email protected]>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>
i.e. will queue in renesas-clk for v6.11.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2024-06-10 22:06:49

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: renesas,rzg2l-cpg: Update description for #reset-cells


On Thu, 06 Jun 2024 17:10:47 +0100, Prabhakar wrote:
> From: Lad Prabhakar <[email protected]>
>
> For the RZ/G2L and similar SoCs, the reset specifier is the reset number
> and not the module number. Reflect this in the description for the
> '#reset-cells' property.
>
> Reported-by: Geert Uytterhoeven <[email protected]>
> Signed-off-by: Lad Prabhakar <[email protected]>
> ---
> Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring (Arm) <[email protected]>