Skip to content

Commit

Permalink
fixup! arch/arm64: Add Revision, Serial, Model to cpuinfo
Browse files Browse the repository at this point in the history
Delete the Hardware string, which is pointless and misleading.

See: raspberrypi/bookworm-feedback#129

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Oct 31, 2023
1 parent 8dcc16f commit e641fd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/kernel/cpuinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ static int c_show(struct seq_file *m, void *v)
seq_printf(m, "CPU revision\t: %d\n\n", MIDR_REVISION(midr));
}

seq_printf(m, "Hardware\t: BCM2835\n");

np = of_find_node_by_path("/system");
if (np) {
if (!of_property_read_u32(np, "linux,revision", &revision))
Expand Down

0 comments on commit e641fd7

Please sign in to comment.