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

ARM: dts: at91: sama7g5-ek: use blocks 0 and 1 of TCB0 as cs and ce

Use blocks 0 and 1 of TCB0 for clocksource and clockevent functionality.
PIT64B is already enabled on SAMA7G5 targets for this but TCB0 will be
used as a fallback only in case PIT64B will fail to probe.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20211020094656.3343242-4-claudiu.beznea@microchip.com

authored by

Claudiu Beznea and committed by
Nicolas Ferre
f3c03664 9430ff34

+12
+12
arch/arm/boot/dts/at91-sama7g5ek.dts
··· 654 654 status = "okay"; 655 655 }; 656 656 657 + &tcb0 { 658 + timer0: timer@0 { 659 + compatible = "atmel,tcb-timer"; 660 + reg = <0>; 661 + }; 662 + 663 + timer1: timer@1 { 664 + compatible = "atmel,tcb-timer"; 665 + reg = <1>; 666 + }; 667 + }; 668 + 657 669 &trng { 658 670 status = "okay"; 659 671 };