From patchwork Wed Dec 20 09:04:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 10125285 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F216460388 for ; Wed, 20 Dec 2017 09:03:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E742F296CE for ; Wed, 20 Dec 2017 09:03:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DB872296DC; Wed, 20 Dec 2017 09:03:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7C272296CE for ; Wed, 20 Dec 2017 09:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rJYOHljH/QO6orrsDXEJ9isx6RJUoD/ocBvwBm86yQw=; b=en7utKXKyy0NvM zQYFyLrnOZCg5QqFJIL0+gAFwpgjf6mAPIwdJw/bsBogdLF5xsdxm1OyXj7LpLoqyzlfVoAZtBay2 cG7ePdKZEaaaxUv2GHTkflMz73NewrNPZoNus/xn4uqopwbYXjc/9/QzD4cektKPf0i/FWymdfj3v hizyaKO0gVUp9WhH/e4sNeV+od6RdMppL83vOrKoJU5xt64TTFrZfJWRdDmWeht614XKJIIGfLt01 ls3qCSF4ais4JdoUAwB81mfZ4HARCW1eioY0Wfn6oVIUnKn56cN0NeAfo9NwBlOamWjwaeWV/k5A1 Dmur5lMA/G9a8raGk0/g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eRaI5-0005Be-HL; Wed, 20 Dec 2017 09:03:53 +0000 Received: from esa4.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eRaHx-0005A1-Q7 for linux-arm-kernel@lists.infradead.org; Wed, 20 Dec 2017 09:03:51 +0000 X-IronPort-AV: E=Sophos;i="5.45,431,1508828400"; d="scan'208";a="9554730" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Dec 2017 02:03:34 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by chn-sv-exch06.mchp-main.com (10.10.76.107) with Microsoft SMTP Server id 14.3.352.0; Wed, 20 Dec 2017 02:03:33 -0700 From: Nicolas Ferre To: Alexandre Belloni 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171220_010345_904009_6221BAA2 X-CRM114-Status: UNSURE ( 6.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ludovic Desroches , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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>;