From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 990D5C3A59B for ; Mon, 2 Sep 2019 08:32:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B83E21881 for ; Mon, 2 Sep 2019 08:32:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730155AbfIBIc3 (ORCPT ); Mon, 2 Sep 2019 04:32:29 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:33686 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729680AbfIBIc3 (ORCPT ); Mon, 2 Sep 2019 04:32:29 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id E5E6625B75F; Mon, 2 Sep 2019 18:32:26 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id E04B29401E6; Mon, 2 Sep 2019 10:32:24 +0200 (CEST) Date: Mon, 2 Sep 2019 10:32:24 +0200 From: Simon Horman To: Fabrizio Castro Cc: Geert Uytterhoeven , Rob Herring , Mark Rutland , Daniel Lezcano , Thomas Gleixner , "devicetree@vger.kernel.org" , Chris Paterson , Biju Das , "linux-kernel@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" Subject: Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings Message-ID: <20190902083224.mn5agbxf5akhhoqg@verge.net.au> References: <1560258401-9517-1-git-send-email-fabrizio.castro@bp.renesas.com> <1560258401-9517-6-git-send-email-fabrizio.castro@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote: > Dear All, > > This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply. > Is anybody willing to take this patch? <2c> I think Geert can take this > Thanks, > Fab > > > From: Fabrizio Castro > > Sent: 11 June 2019 14:07 > > Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings > > > > Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings. > > > > Signed-off-by: Fabrizio Castro > > --- > > Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt > > index 13ad074..9dff7e5 100644 > > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt > > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt > > @@ -10,6 +10,7 @@ Required Properties: > > > > - compatible: must contain one or more of the following: > > - "renesas,tmu-r8a7740" for the r8a7740 TMU > > + - "renesas,tmu-r8a774a1" for the r8a774A1 TMU > > - "renesas,tmu-r8a774c0" for the r8a774C0 TMU > > - "renesas,tmu-r8a7778" for the r8a7778 TMU > > - "renesas,tmu-r8a7779" for the r8a7779 TMU > > -- > > 2.7.4 >