Skip to content

Commit 75a2f97

Browse files
takeshikiharageertu
authored andcommitted
clk: renesas: cpg-mssr: Update MSSR register range for R-Car V4H
The SRCR, SRSTCLR, MSTPCR and MSTPSR registers for R-Car V4H (R8A779G0) each have registers up to offset 0x74. Update the corresponding arrays. Signed-off-by: Takeshi Kihara <[email protected]> Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent fe15c26 commit 75a2f97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static const u16 mstpsr_for_gen4[] = {
6161
0x2E00, 0x2E04, 0x2E08, 0x2E0C, 0x2E10, 0x2E14, 0x2E18, 0x2E1C,
6262
0x2E20, 0x2E24, 0x2E28, 0x2E2C, 0x2E30, 0x2E34, 0x2E38, 0x2E3C,
6363
0x2E40, 0x2E44, 0x2E48, 0x2E4C, 0x2E50, 0x2E54, 0x2E58, 0x2E5C,
64-
0x2E60, 0x2E64, 0x2E68, 0x2E6C,
64+
0x2E60, 0x2E64, 0x2E68, 0x2E6C, 0x2E70, 0x2E74,
6565
};
6666

6767
/*
@@ -77,7 +77,7 @@ static const u16 mstpcr_for_gen4[] = {
7777
0x2D00, 0x2D04, 0x2D08, 0x2D0C, 0x2D10, 0x2D14, 0x2D18, 0x2D1C,
7878
0x2D20, 0x2D24, 0x2D28, 0x2D2C, 0x2D30, 0x2D34, 0x2D38, 0x2D3C,
7979
0x2D40, 0x2D44, 0x2D48, 0x2D4C, 0x2D50, 0x2D54, 0x2D58, 0x2D5C,
80-
0x2D60, 0x2D64, 0x2D68, 0x2D6C,
80+
0x2D60, 0x2D64, 0x2D68, 0x2D6C, 0x2D70, 0x2D74,
8181
};
8282

8383
/*
@@ -103,7 +103,7 @@ static const u16 srcr_for_gen4[] = {
103103
0x2C00, 0x2C04, 0x2C08, 0x2C0C, 0x2C10, 0x2C14, 0x2C18, 0x2C1C,
104104
0x2C20, 0x2C24, 0x2C28, 0x2C2C, 0x2C30, 0x2C34, 0x2C38, 0x2C3C,
105105
0x2C40, 0x2C44, 0x2C48, 0x2C4C, 0x2C50, 0x2C54, 0x2C58, 0x2C5C,
106-
0x2C60, 0x2C64, 0x2C68, 0x2C6C,
106+
0x2C60, 0x2C64, 0x2C68, 0x2C6C, 0x2C70, 0x2C74,
107107
};
108108

109109
/*
@@ -119,7 +119,7 @@ static const u16 srstclr_for_gen4[] = {
119119
0x2C80, 0x2C84, 0x2C88, 0x2C8C, 0x2C90, 0x2C94, 0x2C98, 0x2C9C,
120120
0x2CA0, 0x2CA4, 0x2CA8, 0x2CAC, 0x2CB0, 0x2CB4, 0x2CB8, 0x2CBC,
121121
0x2CC0, 0x2CC4, 0x2CC8, 0x2CCC, 0x2CD0, 0x2CD4, 0x2CD8, 0x2CDC,
122-
0x2CE0, 0x2CE4, 0x2CE8, 0x2CEC,
122+
0x2CE0, 0x2CE4, 0x2CE8, 0x2CEC, 0x2CF0, 0x2CF4,
123123
};
124124

125125
/**

0 commit comments

Comments
 (0)