Skip to content

Commit 24a51f8

Browse files
Tommaso Merciaigeertu
authored andcommitted
clk: renesas: r9a09g047: Add entries for the RSPIs
Add clock and reset entries for the Renesas RZ/G3E RSPI IPs. Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/ca59fdcc6c32b8f6659aa9218f1a42d2bcd258c3.1771344527.git.tommaso.merciai.xr@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent c8d5972 commit 24a51f8

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

drivers/clk/renesas/r9a09g047-cpg.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,24 @@ static const struct rzv2h_mod_clk r9a09g047_mod_clks[] __initconst = {
224224
BUS_MSTOP(5, BIT(13))),
225225
DEF_MOD("wdt_3_clk_loco", CLK_QEXTAL, 5, 2, 2, 18,
226226
BUS_MSTOP(5, BIT(13))),
227+
DEF_MOD("rspi_0_pclk", CLK_PLLCLN_DIV8, 5, 4, 2, 20,
228+
BUS_MSTOP(11, BIT(0))),
229+
DEF_MOD("rspi_0_pclk_sfr", CLK_PLLCLN_DIV8, 5, 5, 2, 21,
230+
BUS_MSTOP(11, BIT(0))),
231+
DEF_MOD("rspi_0_tclk", CLK_PLLCLN_DIV8, 5, 6, 2, 22,
232+
BUS_MSTOP(11, BIT(0))),
233+
DEF_MOD("rspi_1_pclk", CLK_PLLCLN_DIV8, 5, 7, 2, 23,
234+
BUS_MSTOP(11, BIT(1))),
235+
DEF_MOD("rspi_1_pclk_sfr", CLK_PLLCLN_DIV8, 5, 8, 2, 24,
236+
BUS_MSTOP(11, BIT(1))),
237+
DEF_MOD("rspi_1_tclk", CLK_PLLCLN_DIV8, 5, 9, 2, 25,
238+
BUS_MSTOP(11, BIT(1))),
239+
DEF_MOD("rspi_2_pclk", CLK_PLLCLN_DIV8, 5, 10, 2, 26,
240+
BUS_MSTOP(11, BIT(2))),
241+
DEF_MOD("rspi_2_pclk_sfr", CLK_PLLCLN_DIV8, 5, 11, 2, 27,
242+
BUS_MSTOP(11, BIT(2))),
243+
DEF_MOD("rspi_2_tclk", CLK_PLLCLN_DIV8, 5, 12, 2, 28,
244+
BUS_MSTOP(11, BIT(2))),
227245
DEF_MOD("rsci0_pclk", CLK_PLLCLN_DIV16, 5, 13, 2, 29,
228246
BUS_MSTOP(11, BIT(3))),
229247
DEF_MOD("rsci0_tclk", CLK_PLLCLN_DIV16, 5, 14, 2, 30,
@@ -457,6 +475,12 @@ static const struct rzv2h_reset r9a09g047_resets[] __initconst = {
457475
DEF_RST(7, 6, 3, 7), /* WDT_1_RESET */
458476
DEF_RST(7, 7, 3, 8), /* WDT_2_RESET */
459477
DEF_RST(7, 8, 3, 9), /* WDT_3_RESET */
478+
DEF_RST(7, 11, 3, 12), /* RSPI_0_PRESETN */
479+
DEF_RST(7, 12, 3, 13), /* RSPI_0_TRESETN */
480+
DEF_RST(7, 13, 3, 14), /* RSPI_1_PRESETN */
481+
DEF_RST(7, 14, 3, 15), /* RSPI_1_TRESETN */
482+
DEF_RST(7, 15, 3, 16), /* RSPI_2_PRESETN */
483+
DEF_RST(8, 0, 3, 17), /* RSPI_2_TRESETN */
460484
DEF_RST(8, 1, 3, 18), /* RSCI0_PRESETN */
461485
DEF_RST(8, 2, 3, 19), /* RSCI0_TRESETN */
462486
DEF_RST(8, 3, 3, 20), /* RSCI1_PRESETN */

0 commit comments

Comments
 (0)