Skip to content
Snippets Groups Projects
Commit f99f2cc9 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Sibyte: Fix name of clocksource.

parent eae5fdc3
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ static cycle_t sb1250_hpt_read(void) ...@@ -43,7 +43,7 @@ static cycle_t sb1250_hpt_read(void)
} }
struct clocksource bcm1250_clocksource = { struct clocksource bcm1250_clocksource = {
.name = "MIPS", .name = "bcm1250-counter-3",
.rating = 200, .rating = 200,
.read = sb1250_hpt_read, .read = sb1250_hpt_read,
.mask = CLOCKSOURCE_MASK(23), .mask = CLOCKSOURCE_MASK(23),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment