aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-4.14/060-fix-oxnas-rps-dt-match.patch
blob: 4cc622b19e2407aadd687d6efa7834b9d7979fe9 (plain)
1
2
3
4
5
6
7
8
--- a/drivers/clocksource/timer-oxnas-rps.c
+++ b/drivers/clocksource/timer-oxnas-rps.c
@@ -296,4 +296,4 @@ err_alloc:
 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);