File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,26 @@ static const struct sun20i_ppu_desc sun20i_d1_ppu_desc = {
182
182
.num_domains = ARRAY_SIZE (sun20i_d1_ppu_pd_names ),
183
183
};
184
184
185
+ static const char * const sun8i_v853_ppu_pd_names [] = {
186
+ "RISCV" ,
187
+ "NPU" ,
188
+ "VE" ,
189
+ };
190
+
191
+ static const struct sun20i_ppu_desc sun8i_v853_ppu_desc = {
192
+ .names = sun8i_v853_ppu_pd_names ,
193
+ .num_domains = ARRAY_SIZE (sun8i_v853_ppu_pd_names ),
194
+ };
195
+
185
196
static const struct of_device_id sun20i_ppu_of_match [] = {
186
197
{
187
198
.compatible = "allwinner,sun20i-d1-ppu" ,
188
199
.data = & sun20i_d1_ppu_desc ,
189
200
},
201
+ {
202
+ .compatible = "allwinner,sun8i-v853-ppu" ,
203
+ .data = & sun8i_v853_ppu_desc ,
204
+ },
190
205
{ }
191
206
};
192
207
MODULE_DEVICE_TABLE (of , sun20i_ppu_of_match );
You can’t perform that action at this time.
0 commit comments