kernel/drivers/gpu/drm/ast/ast_post.c
.. .. @@ -290,7 +290,7 @@ 290 290 ; 291 291 } while (ast_read32(ast, 0x10100) != 0xa8); 292 292 } else {/* AST2100/1100 */ 293 - if (ast->chip == AST2100 || ast->chip == 2200)293 + if (ast->chip == AST2100 || ast->chip == AST2200)294 294 dram_reg_info = ast2100_dram_table_data; 295 295 else 296 296 dram_reg_info = ast1100_dram_table_data;