Skip to content

Commit d454cec

Browse files
committed
clk: renesas: rz: clk-rz is meant for RZ/A1
The RZ family of Renesas SoCs has several different subfamilies (RZ/A, RZ/G, RZ/N, and RZ/T). Clarify that the renesas,rz-cpg-clocks DT bindings and clk-rz driver apply to RZ/A1 only. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Simon Horman <[email protected]> Acked-by: Rob Herring <[email protected]>
1 parent 0022e4a commit d454cec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/devicetree/bindings/clock/renesas,rz-cpg-clocks.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
* Renesas RZ Clock Pulse Generator (CPG)
1+
* Renesas RZ/A1 Clock Pulse Generator (CPG)
22

3-
The CPG generates core clocks for the RZ SoCs. It includes the PLL, variable
3+
The CPG generates core clocks for the RZ/A1 SoCs. It includes the PLL, variable
44
CPU and GPU clocks, and several fixed ratio dividers.
55
The CPG also provides a Clock Domain for SoC devices, in combination with the
66
CPG Module Stop (MSTP) Clocks.

drivers/clk/renesas/clk-rz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* rz Core CPG Clocks
2+
* RZ/A1 Core CPG Clocks
33
*
44
* Copyright (C) 2013 Ideas On Board SPRL
55
* Copyright (C) 2014 Wolfram Sang, Sang Engineering <[email protected]>

0 commit comments

Comments
 (0)