change cpu_module name to model name

This commit is contained in:
george 2024-10-10 07:59:47 +08:00 committed by Nathan
parent 62414419fc
commit 70db01f515

View File

@ -225,7 +225,7 @@ static int c_show(struct seq_file *m, void *v)
np = of_find_node_by_path("/system");
if (np) {
if (!of_property_read_string(np, "cpu,model", &cpu_model))
seq_printf(m, "cpu model\t: %s\n", cpu_model);
seq_printf(m, "model name\t: %s\n", cpu_model);
of_node_put(np);
}
seq_printf(m, "CPU implementer\t: 0x%02x\n",