]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource/drivers/timer-ti-dm: Don't fail probe if int not found
authorJudith Mendez <jm@ti.com>
Fri, 11 Oct 2024 17:52:03 +0000 (12:52 -0500)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 13 Nov 2024 12:49:33 +0000 (13:49 +0100)
commit314413317b6d78cc76cd48f0296fde9fcfdec400
tree3f210513dfb407410b4789959d1f52bf79d3fcde
parent0309f714a0908e947af1c902cf6a330cb593e75e
clocksource/drivers/timer-ti-dm: Don't fail probe if int not found

Some timers may not have an interrupt routed to the A53 GIC, but the
timer PWM functionality can still be used by Linux Kernel. Therefore,
do not fail probe if interrupt is not found and ti,timer-pwm exists.

Signed-off-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20241011175203.1040568-1-jm@ti.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-ti-dm.c