Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clocksource: sun4i: Add missing compatibles

Newer Allwinner SoCs have different number of interrupts, let's add
different compatibles for all of them to deal with this properly.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Maxime Ripard and committed by
Daniel Lezcano
bca4e084 7fccfcd6

+4
+4
drivers/clocksource/timer-sun4i.c
··· 219 219 } 220 220 TIMER_OF_DECLARE(sun4i, "allwinner,sun4i-a10-timer", 221 221 sun4i_timer_init); 222 + TIMER_OF_DECLARE(sun8i_a23, "allwinner,sun8i-a23-timer", 223 + sun4i_timer_init); 224 + TIMER_OF_DECLARE(sun8i_v3s, "allwinner,sun8i-v3s-timer", 225 + sun4i_timer_init); 222 226 TIMER_OF_DECLARE(suniv, "allwinner,suniv-f1c100s-timer", 223 227 sun4i_timer_init);