Message ID | 20240725100534.5374-4-oliver.rhodes.aj@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Document r8a774a3 SoC bindings | expand |
On Thu, Jul 25, 2024 at 12:06 PM Oliver Rhodes <oliver.rhodes.aj@renesas.com> wrote: > Add binding documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) Clock > Pulse Generator driver. The r8a774a3 cpg is similar to the r8a774a1 cpg > however, it lacks some modules such as the FCPCI. > > Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com> > --- > v2->v2 resend: > * Updated the patch description. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-clk for v6.12. Gr{oetje,eeting}s, Geert
On Thu, 25 Jul 2024 11:05:31 +0100, Oliver Rhodes wrote: > Add binding documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) Clock > Pulse Generator driver. The r8a774a3 cpg is similar to the r8a774a1 cpg > however, it lacks some modules such as the FCPCI. > > Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com> > --- > v2->v2 resend: > * Updated the patch description. > v1 resend->v2: > * Updated the commit description detailing the difference between the > r8a774a3 cpg and the r8a774a1 cpg. > v1->v1 resend: > * No change. > --- > Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml index 084259d30232..77ce3615c65a 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml @@ -31,6 +31,7 @@ properties: - renesas,r8a7745-cpg-mssr # RZ/G1E - renesas,r8a77470-cpg-mssr # RZ/G1C - renesas,r8a774a1-cpg-mssr # RZ/G2M + - renesas,r8a774a3-cpg-mssr # RZ/G2M v3.0 - renesas,r8a774b1-cpg-mssr # RZ/G2N - renesas,r8a774c0-cpg-mssr # RZ/G2E - renesas,r8a774e1-cpg-mssr # RZ/G2H
Add binding documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) Clock Pulse Generator driver. The r8a774a3 cpg is similar to the r8a774a1 cpg however, it lacks some modules such as the FCPCI. Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com> --- v2->v2 resend: * Updated the patch description. v1 resend->v2: * Updated the commit description detailing the difference between the r8a774a3 cpg and the r8a774a1 cpg. v1->v1 resend: * No change. --- Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml | 1 + 1 file changed, 1 insertion(+)