clocksource/drivers/npcm: Add support for WPCM450
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 20 Mar 2021 18:16:06 +0000 (19:16 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 8 Apr 2021 11:24:16 +0000 (13:24 +0200)
Add a compatible string for WPCM450, which has essentially the same
timer controller.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210320181610.680870-11-j.neuschaefer@gmx.net
drivers/clocksource/timer-npcm7xx.c

index 9780ffd..a00520c 100644 (file)
@@ -208,5 +208,6 @@ static int __init npcm7xx_timer_init(struct device_node *np)
        return 0;
 }
 
+TIMER_OF_DECLARE(wpcm450, "nuvoton,wpcm450-timer", npcm7xx_timer_init);
 TIMER_OF_DECLARE(npcm7xx, "nuvoton,npcm750-timer", npcm7xx_timer_init);