diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-03-12 11:32:56 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2019-04-11 22:13:43 +0200 |
commit | fbc87aa0f7c429999dc31f1bac3b2615008cac32 (patch) | |
tree | 393a9dd5c69e16d759b3d2092fcd33a0f569aa1b /drivers | |
parent | 9155697e20040658438b89e4ceec415ec125f478 (diff) | |
download | linux-stable-fbc87aa0f7c429999dc31f1bac3b2615008cac32.tar.gz linux-stable-fbc87aa0f7c429999dc31f1bac3b2615008cac32.tar.bz2 linux-stable-fbc87aa0f7c429999dc31f1bac3b2615008cac32.zip |
clocksource/drivers/oxnas: Fix OX820 compatible
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>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clocksource/timer-oxnas-rps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-oxnas-rps.c b/drivers/clocksource/timer-oxnas-rps.c index eed6feff8b5f..30c6f4ce672b 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); |