We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae437 commit 3b5c734Copy full SHA for 3b5c734
drivers/clk/renesas/r9a07g044-cpg.c
@@ -140,6 +140,8 @@ static struct rzg2l_mod_clk r9a07g044_mod_clks[] = {
140
0x584, 4),
141
DEF_MOD("sci0", R9A07G044_SCI0_CLKP, R9A07G044_CLK_P0,
142
0x588, 0),
143
+ DEF_MOD("canfd", R9A07G044_CANFD_PCLK, R9A07G044_CLK_P0,
144
+ 0x594, 0),
145
DEF_MOD("gpio", R9A07G044_GPIO_HCLK, R9A07G044_OSCCLK,
146
0x598, 0),
147
};
@@ -168,6 +170,8 @@ static struct rzg2l_reset r9a07g044_resets[] = {
168
170
DEF_RST(R9A07G044_SCIF3_RST_SYSTEM_N, 0x884, 3),
169
171
DEF_RST(R9A07G044_SCIF4_RST_SYSTEM_N, 0x884, 4),
172
DEF_RST(R9A07G044_SCI0_RST, 0x888, 0),
173
+ DEF_RST(R9A07G044_CANFD_RSTP_N, 0x894, 0),
174
+ DEF_RST(R9A07G044_CANFD_RSTC_N, 0x894, 1),
175
DEF_RST(R9A07G044_GPIO_RSTN, 0x898, 0),
176
DEF_RST(R9A07G044_GPIO_PORT_RESETN, 0x898, 1),
177
DEF_RST(R9A07G044_GPIO_SPARE_RESETN, 0x898, 2),
0 commit comments