From: Alexandre Belloni Date: Wed, 17 May 2017 21:20:37 +0000 (+0200) Subject: ARM: dts: at91: linea/tse850-3: use TCB0 as timers X-Git-Tag: v4.16-rc1~100^2~26^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0efa8edb712129f03e6e792118a8c8bbd4ffb571;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: at91: linea/tse850-3: use TCB0 as timers Use tcb0 for timers as selected in sama5_defconfig. Tested-by: Peter Rosin Acked-by: Nicolas Ferre Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91-linea.dtsi b/arch/arm/boot/dts/at91-linea.dtsi index 87e5090fb4c4f..c7b964e253210 100644 --- a/arch/arm/boot/dts/at91-linea.dtsi +++ b/arch/arm/boot/dts/at91-linea.dtsi @@ -27,6 +27,18 @@ clock-frequency = <12000000>; }; +&tcb0 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; +}; + &i2c0 { status = "okay";