Skip to content

Commit e7d960c

Browse files
prabhakarladgeertu
authored andcommitted
clk: renesas: r9a07g044: Add RSPI clock and reset entries
Add RSPI{0,1,2} clock and reset entries to CPG driver. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent d6dabaf commit e7d960c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/clk/renesas/r9a07g044-cpg.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ static struct rzg2l_mod_clk r9a07g044_mod_clks[] = {
246246
0x588, 0),
247247
DEF_MOD("sci1", R9A07G044_SCI1_CLKP, R9A07G044_CLK_P0,
248248
0x588, 1),
249+
DEF_MOD("rspi0", R9A07G044_RSPI0_CLKB, R9A07G044_CLK_P0,
250+
0x590, 0),
251+
DEF_MOD("rspi1", R9A07G044_RSPI1_CLKB, R9A07G044_CLK_P0,
252+
0x590, 1),
253+
DEF_MOD("rspi2", R9A07G044_RSPI2_CLKB, R9A07G044_CLK_P0,
254+
0x590, 2),
249255
DEF_MOD("canfd", R9A07G044_CANFD_PCLK, R9A07G044_CLK_P0,
250256
0x594, 0),
251257
DEF_MOD("gpio", R9A07G044_GPIO_HCLK, R9A07G044_OSCCLK,
@@ -292,6 +298,9 @@ static struct rzg2l_reset r9a07g044_resets[] = {
292298
DEF_RST(R9A07G044_SCIF4_RST_SYSTEM_N, 0x884, 4),
293299
DEF_RST(R9A07G044_SCI0_RST, 0x888, 0),
294300
DEF_RST(R9A07G044_SCI1_RST, 0x888, 1),
301+
DEF_RST(R9A07G044_RSPI0_RST, 0x890, 0),
302+
DEF_RST(R9A07G044_RSPI1_RST, 0x890, 1),
303+
DEF_RST(R9A07G044_RSPI2_RST, 0x890, 2),
295304
DEF_RST(R9A07G044_CANFD_RSTP_N, 0x894, 0),
296305
DEF_RST(R9A07G044_CANFD_RSTC_N, 0x894, 1),
297306
DEF_RST(R9A07G044_GPIO_RSTN, 0x898, 0),

0 commit comments

Comments
 (0)