mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
a8cfef6c45
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
9 lines
360 B
Diff
9 lines
360 B
Diff
--- 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);
|