2019-03-11 14:01:37 +00:00
|
|
|
--- a/drivers/clocksource/timer-oxnas-rps.c
|
|
|
|
+++ b/drivers/clocksource/timer-oxnas-rps.c
|
2019-03-14 13:22:10 +00:00
|
|
|
@@ -296,4 +296,4 @@ err_alloc:
|
2019-03-11 14:01:37 +00:00
|
|
|
TIMER_OF_DECLARE(ox810se_rps,
|
|
|
|
"oxsemi,ox810se-rps-timer", oxnas_rps_timer_init);
|
|
|
|
TIMER_OF_DECLARE(ox820_rps,
|
|
|
|
- "oxsemi,ox820se-rps-timer", oxnas_rps_timer_init);
|
|
|
|
+ "oxsemi,ox820-rps-timer", oxnas_rps_timer_init);
|