Skip to content

Commit 0022e4a

Browse files
committed
clk: renesas: r8a77995: Correct parent clock of INTC-AP
According to the R-Car Gen3 Hardware Manual Errata for Rev 0.55 of September 8, 2017, the parent clock of the INTC-AP module clock on R-Car D3 is S1D2. This change has no functional impact. Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 6e7ddf8 commit 0022e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/renesas/r8a77995-cpg-mssr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ static const struct mssr_mod_clk r8a77995_mod_clks[] __initconst = {
127127
DEF_MOD("usb-dmac1", 331, R8A77995_CLK_S3D1),
128128
DEF_MOD("rwdt", 402, R8A77995_CLK_R),
129129
DEF_MOD("intc-ex", 407, R8A77995_CLK_CP),
130-
DEF_MOD("intc-ap", 408, R8A77995_CLK_S3D1),
130+
DEF_MOD("intc-ap", 408, R8A77995_CLK_S1D2),
131131
DEF_MOD("audmac0", 502, R8A77995_CLK_S3D1),
132132
DEF_MOD("hscif3", 517, R8A77995_CLK_S3D1C),
133133
DEF_MOD("hscif0", 520, R8A77995_CLK_S3D1C),

0 commit comments

Comments
 (0)