669a90168349c4050627d7013491ce4648a77fc3
[openwrt/staging/dedeckeh.git] / target / linux / oxnas / patches-4.14 / 060-fix-oxnas-rps-dt-match.patch
1 diff --git a/drivers/clocksource/timer-oxnas-rps.c b/drivers/clocksource/timer-oxnas-rps.c
2 index eed6feff8b5f..30c6f4ce672b 100644
3 --- a/drivers/clocksource/timer-oxnas-rps.c
4 +++ b/drivers/clocksource/timer-oxnas-rps.c
5 @@ -296,4 +296,4 @@ static int __init oxnas_rps_timer_init(struct device_node *np)
6 TIMER_OF_DECLARE(ox810se_rps,
7 "oxsemi,ox810se-rps-timer", oxnas_rps_timer_init);
8 TIMER_OF_DECLARE(ox820_rps,
9 - "oxsemi,ox820se-rps-timer", oxnas_rps_timer_init);
10 + "oxsemi,ox820-rps-timer", oxnas_rps_timer_init);