aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-03-12 11:29:38 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2019-03-12 11:30:29 +0100
commitbb26ac77e01bf6e987b99c9053a1b02a12027585 (patch)
tree98dfa7b7bfc184d070c149ef347db81c6d65ce9b
parent1c163f4c7b3f621efff9b28a47abb36f7378d783 (diff)
downloadlinux-oxnas-topic/ox820/timer-fix.tar.gz
clocksource/drivers/oxnas: Fix OX820 compatibletopic/ox820/timer-fix
The OX820 compatible is wrong is the driver, fix it. Fixes: 2ea3401e2a84 ("clocksource/drivers/oxnas: Add OX820 compatible") Reported-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-rw-r--r--drivers/clocksource/timer-oxnas-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-oxnas-rps.c b/drivers/clocksource/timer-oxnas-rps.c
index eed6feff8b5f2..30c6f4ce672b3 100644
--- 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);