File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ static struct rzg2l_mod_clk r9a07g044_mod_clks[] = {
140
140
0x584 , 4 ),
141
141
DEF_MOD ("sci0" , R9A07G044_SCI0_CLKP , R9A07G044_CLK_P0 ,
142
142
0x588 , 0 ),
143
+ DEF_MOD ("gpio" , R9A07G044_GPIO_HCLK , R9A07G044_OSCCLK ,
144
+ 0x598 , 0 ),
143
145
};
144
146
145
147
static struct rzg2l_reset r9a07g044_resets [] = {
@@ -166,6 +168,9 @@ static struct rzg2l_reset r9a07g044_resets[] = {
166
168
DEF_RST (R9A07G044_SCIF3_RST_SYSTEM_N , 0x884 , 3 ),
167
169
DEF_RST (R9A07G044_SCIF4_RST_SYSTEM_N , 0x884 , 4 ),
168
170
DEF_RST (R9A07G044_SCI0_RST , 0x888 , 0 ),
171
+ DEF_RST (R9A07G044_GPIO_RSTN , 0x898 , 0 ),
172
+ DEF_RST (R9A07G044_GPIO_PORT_RESETN , 0x898 , 1 ),
173
+ DEF_RST (R9A07G044_GPIO_SPARE_RESETN , 0x898 , 2 ),
169
174
};
170
175
171
176
static const unsigned int r9a07g044_crit_mod_clks [] __initconst = {
You can’t perform that action at this time.
0 commit comments