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

ARM: dts: at91: acme/g25: use TCB0 as timers

Use tcb0 for timers as selected in at91_dt_defconfig.

Cc: Sergio Tanzilli <tanzilli@acmesystems.it>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

+24
+12
arch/arm/boot/dts/at91-ariag25.dts
··· 58 58 }; 59 59 }; 60 60 61 + tcb0: timer@f8008000 { 62 + timer@0 { 63 + compatible = "atmel,tcb-timer"; 64 + reg = <0>; 65 + }; 66 + 67 + timer@1 { 68 + compatible = "atmel,tcb-timer"; 69 + reg = <1>; 70 + }; 71 + }; 72 + 61 73 i2c0: i2c@f8010000 { 62 74 status = "okay"; 63 75 };
+12
arch/arm/boot/dts/at91-ariettag25.dts
··· 46 46 }; 47 47 }; 48 48 49 + tcb0: timer@f8008000 { 50 + timer@0 { 51 + compatible = "atmel,tcb-timer"; 52 + reg = <0>; 53 + }; 54 + 55 + timer@1 { 56 + compatible = "atmel,tcb-timer"; 57 + reg = <1>; 58 + }; 59 + }; 60 + 49 61 usb2: gadget@f803c000 { 50 62 status = "okay"; 51 63 };