hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/ast/ast_post.c
....@@ -290,7 +290,7 @@
290290 ;
291291 } while (ast_read32(ast, 0x10100) != 0xa8);
292292 } else {/* AST2100/1100 */
293
- if (ast->chip == AST2100 || ast->chip == 2200)
293
+ if (ast->chip == AST2100 || ast->chip == AST2200)
294294 dram_reg_info = ast2100_dram_table_data;
295295 else
296296 dram_reg_info = ast1100_dram_table_data;