Skip to content

Commit c45d9be

Browse files
prabhakarladgeertu
authored andcommitted
clk: renesas: r9a09g057: Add PCIe clocks and reset
Add clocks and reset entries for the PCIe controller. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://patch.msgid.link/20260312111521.115392-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent a7719b2 commit c45d9be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/clk/renesas/r9a09g057-cpg.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,10 @@ static const struct rzv2h_mod_clk r9a09g057_mod_clks[] __initconst = {
508508
BUS_MSTOP(8, BIT(6))),
509509
DEF_MOD("gbeth_1_aclk_i", CLK_PLLDTY_DIV8, 12, 3, 6, 3,
510510
BUS_MSTOP(8, BIT(6))),
511+
DEF_MOD("pcie_0_aclk", CLK_PLLDTY_ACPU_DIV2, 12, 4, 6, 4,
512+
BUS_MSTOP(1, BIT(13) | BIT(15))),
513+
DEF_MOD("pcie_0_clk_pmu", CLK_PLLDTY_ACPU_DIV2, 12, 5, 6, 5,
514+
BUS_MSTOP(1, BIT(13) | BIT(15))),
511515
DEF_MOD("cru_0_aclk", CLK_PLLDTY_ACPU_DIV2, 13, 2, 6, 18,
512516
BUS_MSTOP(9, BIT(4))),
513517
DEF_MOD_NO_PM("cru_0_vclk", CLK_PLLVDO_CRU0, 13, 3, 6, 19,
@@ -642,6 +646,7 @@ static const struct rzv2h_reset r9a09g057_resets[] __initconst = {
642646
DEF_RST(10, 15, 5, 0), /* USB2_0_PRESETN */
643647
DEF_RST(11, 0, 5, 1), /* GBETH_0_ARESETN_I */
644648
DEF_RST(11, 1, 5, 2), /* GBETH_1_ARESETN_I */
649+
DEF_RST(11, 2, 5, 3), /* PCIE_0_ARESETN */
645650
DEF_RST(12, 5, 5, 22), /* CRU_0_PRESETN */
646651
DEF_RST(12, 6, 5, 23), /* CRU_0_ARESETN */
647652
DEF_RST(12, 7, 5, 24), /* CRU_0_S_RESETN */

0 commit comments

Comments
 (0)