On Thu, 14 Apr 2022 11:58:07 +0300, Tony Lindgren wrote: > Let's add compatible for ti,am654-timer for TI am64, am65 and j72 SoCs. > As the timer hardware is the same between am64, am65 and j72 we use the > compatible name for the earliest SoC with this timer. > > The timer interrupts are not routable for the operating system for some > timers on am6. Let's make sure the interrupts are configured for the > timers on all other SoCs. > > Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > Cc: Grygorii Strashko <grygorii.strashko@xxxxxx> > Cc: Keerthy <j-keerthy@xxxxxx> > Cc: Nishanth Menon <nm@xxxxxx> > Cc: Vignesh Raghavendra <vigneshr@xxxxxx> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > --- > .../devicetree/bindings/timer/ti,timer-dm.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > Applied, thanks!