Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754766AbdLTJDo (ORCPT ); Wed, 20 Dec 2017 04:03:44 -0500 Received: from esa4.microchip.iphmx.com ([68.232.154.123]:42609 "EHLO esa4.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754363AbdLTJDf (ORCPT ); Wed, 20 Dec 2017 04:03:35 -0500 X-IronPort-AV: E=Sophos;i="5.45,431,1508828400"; d="scan'208";a="9554730" From: Nicolas Ferre To: Alexandre Belloni CC: Ludovic Desroches , , , Nicolas Ferre Subject: [PATCH] ARM: dts: at91: sama5d2_ptc_ek: use TCB0 as timers Date: Wed, 20 Dec 2017 10:04:40 +0100 Message-ID: <20171220090440.18153-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20171219213209.13823-1-alexandre.belloni@free-electrons.com> References: <20171219213209.13823-1-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 912 Lines: 40 Use tcb0 for timers as selected in sama5_defconfig. Signed-off-by: Nicolas Ferre --- Hi Alex, Adding the newly added sama5d2_ptc_ek to the series. Not tested though. Regards, Nicolas arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts index 186cb03e2672..e603a267bdf1 100644 --- a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts +++ b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts @@ -149,6 +149,18 @@ }; }; + tcb0: timer@f800c000 { + timer0: timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer1: timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + uart0: serial@f801c000 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart0_default>; -- 2.9.0