Commit fbc87aa0 authored by Neil Armstrong's avatar Neil Armstrong Committed by Daniel Lezcano

clocksource/drivers/oxnas: Fix OX820 compatible

The OX820 compatible is wrong is the driver, fix it.

Fixes: 2ea3401e ("clocksource/drivers/oxnas: Add OX820 compatible")
Reported-by: default avatarDaniel Golle <daniel@makrotopia.org>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 9155697e
...@@ -296,4 +296,4 @@ static int __init oxnas_rps_timer_init(struct device_node *np) ...@@ -296,4 +296,4 @@ static int __init oxnas_rps_timer_init(struct device_node *np)
TIMER_OF_DECLARE(ox810se_rps, TIMER_OF_DECLARE(ox810se_rps,
"oxsemi,ox810se-rps-timer", oxnas_rps_timer_init); "oxsemi,ox810se-rps-timer", oxnas_rps_timer_init);
TIMER_OF_DECLARE(ox820_rps, TIMER_OF_DECLARE(ox820_rps,
"oxsemi,ox820se-rps-timer", oxnas_rps_timer_init); "oxsemi,ox820-rps-timer", oxnas_rps_timer_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment