From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: smtp.codeaurora.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="EltKQmv6" DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6ED0B601D2 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932414AbeFFINM (ORCPT + 25 others); Wed, 6 Jun 2018 04:13:12 -0400 Received: from mail-yb0-f194.google.com ([209.85.213.194]:39497 "EHLO mail-yb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932340AbeFFINK (ORCPT ); Wed, 6 Jun 2018 04:13:10 -0400 X-Google-Smtp-Source: ADUXVKKvMQ7D5Iqkzkg4UxspQbinQazH9tfN+gCyWw8tVG+PaR6PmkHnZu+x50G6xZbgRkqr3oKnQLHH2UVk6qikFBk= MIME-Version: 1.0 References: <20180604100035.19558-1-peron.clem@gmail.com> <20180604100035.19558-3-peron.clem@gmail.com> <20180605152323.GA25218@rob-hp-laptop> In-Reply-To: <20180605152323.GA25218@rob-hp-laptop> From: =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= Date: Wed, 6 Jun 2018 10:12:58 +0200 Message-ID: Subject: Re: [PATCH v5 2/4] dt-bindings: timer: add i.MX EPIT timer binding To: Rob Herring Cc: Colin Didier , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Lezcano , Thomas Gleixner , Fabio Estevam , Vladimir Zapolskiy , Sascha Hauer , NXP Linux Team , Pengutronix Kernel Team , =?UTF-8?Q?Cl=C3=A9ment_Peron?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On Tue, 5 Jun 2018 at 17:23, Rob Herring wrote: > > On Mon, Jun 04, 2018 at 12:00:33PM +0200, Cl=C3=A9ment P=C3=A9ron wrote: > > From: Cl=C3=A9ment Peron > > > > Add devicetree binding document for NXP's i.MX SoC specific > > EPIT timer driver. > > > > Signed-off-by: Cl=C3=A9ment Peron > > --- > > .../devicetree/bindings/timer/fsl,imxepit.txt | 21 +++++++++++++++++++ > > 1 file changed, 21 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/timer/fsl,imxepit= .txt > > > > diff --git a/Documentation/devicetree/bindings/timer/fsl,imxepit.txt b/= Documentation/devicetree/bindings/timer/fsl,imxepit.txt > > new file mode 100644 > > index 000000000000..de2e6ef68d24 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/timer/fsl,imxepit.txt > > @@ -0,0 +1,21 @@ > > +Binding for the i.MX Enhanced Periodic Interrupt Timer (EPIT) > > + > > +The Enhanced Periodic Interrupt Timer (EPIT) is a 32-bit set-and-forge= t timer > > +that is capable of providing precise interrupts at regular intervals w= ith > > +minimal processor intervention. > > + > > +Required properties: > > +- compatible: should be "fsl,-epit", "fsl,imx31-epit" where is > > + imx25, imx6qdl, imx6sl, imx6sul or imx6sx. > > +- reg: physical base address of the controller and length of memory ma= pped > > + region. > > +- interrupts: Should contain EPIT controller interrupt > > +- clocks : The clock provided by the SoC to drive the timer. > > + > > +Example for i.MX6QDL: > > + epit1: epit@20d0000 { > > I think I already mentioned this, but: My bad, will update it > > timer@... > > > + compatible =3D "fsl,imx6qdl-epit", "fsl,imx31-epit"; > > + reg =3D <0x020d0000 0x4000>; > > + interrupts =3D <0 56 IRQ_TYPE_LEVEL_HIGH>; > > + clocks =3D <&clks IMX6QDL_CLK_EPIT1>; > > + }; > > -- > > 2.17.0 > >